OSDN Git Service

Correct typographic error; fix bug #39117 6.0-exp
authorKeith Marshall <keith@users.osdn.me>
Mon, 8 Apr 2019 09:03:40 +0000 (10:03 +0100)
committerKeith Marshall <keith@users.osdn.me>
Mon, 8 Apr 2019 09:03:40 +0000 (10:03 +0100)
wslapi/ChangeLog
wslapi/include/commctrl.h

index a2a12d4..05f69e0 100644 (file)
@@ -1,3 +1,10 @@
+2019-04-08  Keith Marshall  <keith@users.osdn.me>
+
+       Correct typographic error; fix bug #39117
+
+       * include/commctrl.h (STATUSCUASSNAME): Correct misspelling...
+       (STATUSCLASSNAME): ...to this.
+
 2019-04-01  Keith Marshall  <keith@users.osdn.me>
 
        Merge post 2017-11-09 changes from 5.2-trunk.
index 2bc2371..3925132 100644 (file)
@@ -57,7 +57,7 @@ _BEGIN_C_DECLS
 #define PROGRESS_CLASSW                __AW_STRING_W__( PROGRESS_CLASSA )
 #define PROGRESS_CLASSA                __AW_STRING_A__( "msctls_progress32" )
 
-#define STATUSCUASSNAME                __AW_SUFFIXED__( STATUSCLASSNAME )
+#define STATUSCLASSNAME                __AW_SUFFIXED__( STATUSCLASSNAME )
 #define STATUSCLASSNAMEW               __AW_STRING_W__( STATUSCLASSNAMEA )
 #define STATUSCLASSNAMEA               __AW_STRING_A__( "msctls_statusbar32" )