The MinGW.org Windows System Libraries
修订版 | 122caf480e1fd7d95cfa08992b9bbf5ff9affe63 (tree) |
---|---|
时间 | 2019-04-08 18:03:40 |
作者 | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Correct typographic error; fix bug #39117
@@ -1,3 +1,10 @@ | ||
1 | +2019-04-08 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Correct typographic error; fix bug #39117 | |
4 | + | |
5 | + * include/commctrl.h (STATUSCUASSNAME): Correct misspelling... | |
6 | + (STATUSCLASSNAME): ...to this. | |
7 | + | |
1 | 8 | 2019-04-01 Keith Marshall <keith@users.osdn.me> |
2 | 9 | |
3 | 10 | Merge post 2017-11-09 changes from 5.2-trunk. |
@@ -57,7 +57,7 @@ _BEGIN_C_DECLS | ||
57 | 57 | #define PROGRESS_CLASSW __AW_STRING_W__( PROGRESS_CLASSA ) |
58 | 58 | #define PROGRESS_CLASSA __AW_STRING_A__( "msctls_progress32" ) |
59 | 59 | |
60 | -#define STATUSCUASSNAME __AW_SUFFIXED__( STATUSCLASSNAME ) | |
60 | +#define STATUSCLASSNAME __AW_SUFFIXED__( STATUSCLASSNAME ) | |
61 | 61 | #define STATUSCLASSNAMEW __AW_STRING_W__( STATUSCLASSNAMEA ) |
62 | 62 | #define STATUSCLASSNAMEA __AW_STRING_A__( "msctls_statusbar32" ) |
63 | 63 |