The MinGW.org Windows System Libraries
修訂 | c146597e10fc3b2d2551153b3fc5800d0206960e (tree) |
---|---|
時間 | 2019-05-03 23:32:30 |
作者 | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Correct a typographic error; fix MinGW-Bug #39193
@@ -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 | + | |
1 | 8 | 2019-04-08 Keith Marshall <keith@users.osdn.me> |
2 | 9 | |
3 | - Correct typographic error; fix bug #39117 | |
10 | + Correct a typographic error; fix MinGW-Bug #39117 | |
4 | 11 | |
5 | 12 | * include/commctrl.h (STATUSCUASSNAME): Correct misspelling... |
6 | 13 | (STATUSCLASSNAME): ...to this. |
@@ -4737,7 +4737,7 @@ WINAPI BOOL _TrackMouseEvent (LPTRACKMOUSEEVENT); | ||
4737 | 4737 | |
4738 | 4738 | #define ListView_SubItemHitTest( w, p ) \ |
4739 | 4739 | (INT)(SNDMSG ((w), LVM_SUBITEMHITTEST, 0, \ |
4740 | - (LPARAM)((LPLVHITTESTINFO)(p)) \ | |
4740 | + (LPARAM)((LPLVHITTESTINFO)(p))) \ | |
4741 | 4741 | ) |
4742 | 4742 | #define ListView_SetItemCountEx( w, i, f ) \ |
4743 | 4743 | (void)(SNDMSG ((w), LVM_SETITEMCOUNT, (WPARAM)(i), (LPARAM)(f))) |