OSDN Git Service

Correct typographic error; fix bug #39117
authorKeith Marshall <keith@users.osdn.me>
Mon, 8 Apr 2019 08:47:46 +0000 (09:47 +0100)
committerKeith Marshall <keith@users.osdn.me>
Mon, 8 Apr 2019 08:47:46 +0000 (09:47 +0100)
w32api/ChangeLog
w32api/include/commctrl.h

index a300647..43a6af2 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-02-03  Keith Marshall  <keith@users.osdn.me>
 
        Clean up winsock default version selection stratagem.
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" )