• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


Commit MetaInfo

修訂c146597e10fc3b2d2551153b3fc5800d0206960e (tree)
時間2019-05-03 23:32:30
作者Keith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Correct a typographic error; fix MinGW-Bug #39193

Change Summary

差異

--- a/w32api/ChangeLog
+++ b/w32api/ChangeLog
@@ -1,6 +1,13 @@
1+2019-05-03 Keith Marshall <keith@users.osdn.me>
2+
3+ Correct a typographic error; fix MinGW-Bug #39193
4+
5+ * include/commctrl.h (ListView_SubItemHitTest): Balance parentheses;
6+ add a missing closing parenthesis.
7+
18 2019-04-08 Keith Marshall <keith@users.osdn.me>
29
3- Correct typographic error; fix bug #39117
10+ Correct a typographic error; fix MinGW-Bug #39117
411
512 * include/commctrl.h (STATUSCUASSNAME): Correct misspelling...
613 (STATUSCLASSNAME): ...to this.
--- a/w32api/include/commctrl.h
+++ b/w32api/include/commctrl.h
@@ -4737,7 +4737,7 @@ WINAPI BOOL _TrackMouseEvent (LPTRACKMOUSEEVENT);
47374737
47384738 #define ListView_SubItemHitTest( w, p ) \
47394739 (INT)(SNDMSG ((w), LVM_SUBITEMHITTEST, 0, \
4740- (LPARAM)((LPLVHITTESTINFO)(p)) \
4740+ (LPARAM)((LPLVHITTESTINFO)(p))) \
47414741 )
47424742 #define ListView_SetItemCountEx( w, i, f ) \
47434743 (void)(SNDMSG ((w), LVM_SETITEMCOUNT, (WPARAM)(i), (LPARAM)(f)))