From: Perry Rapp Date: Wed, 30 Nov 2005 00:16:40 +0000 (+0000) Subject: Cosmetic: add comment to DiffThread giving value of msgID variable (to help debugging). X-Git-Tag: 2.16.5~5553 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=aeeba626f525b3514d978d6a2513e660da7e7a6e;p=winmerge-jp%2Fwinmerge-jp.git Cosmetic: add comment to DiffThread giving value of msgID variable (to help debugging). --- diff --git a/Src/Changes.txt b/Src/Changes.txt index 7f2863714..f3e4f2b02 100644 --- a/Src/Changes.txt +++ b/Src/Changes.txt @@ -1,3 +1,8 @@ +2005-11-30 Perry + Cosmetic: add comment to DiffThread giving value of msgID variable + (to help debugging). + Src: DiffThread.cpp + 2005-11-28 Perry BUG: [ 1368492 ] cvs ASSERT failing Fix reversion bug from Patch [ 1265295 ] diff --git a/Src/DiffThread.cpp b/Src/DiffThread.cpp index aaf38be8d..2da2515ed 100644 --- a/Src/DiffThread.cpp +++ b/Src/DiffThread.cpp @@ -239,6 +239,7 @@ UINT DiffThread(LPVOID lpParam) // Send message to UI to update myStruct->nThreadState = THREAD_COMPLETED; + // msgID=MSG_UI_UPDATE=1025 (2005-11-29, Perry) PostMessage(hWnd, msgID, NULL, NULL); return 1; }