From: Keith Marshall Date: Mon, 8 Apr 2019 08:47:46 +0000 (+0100) Subject: Correct typographic error; fix bug #39117 X-Git-Tag: wsl-5.2.2-release~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5850138952ed2a5bd16dd14cdf54618953e353d4;p=mingw%2Fmingw-org-wsl.git Correct typographic error; fix bug #39117 --- diff --git a/w32api/ChangeLog b/w32api/ChangeLog index a300647..43a6af2 100644 --- a/w32api/ChangeLog +++ b/w32api/ChangeLog @@ -1,3 +1,10 @@ +2019-04-08 Keith Marshall + + Correct typographic error; fix bug #39117 + + * include/commctrl.h (STATUSCUASSNAME): Correct misspelling... + (STATUSCLASSNAME): ...to this. + 2019-02-03 Keith Marshall Clean up winsock default version selection stratagem. diff --git a/w32api/include/commctrl.h b/w32api/include/commctrl.h index 2bc2371..3925132 100644 --- a/w32api/include/commctrl.h +++ b/w32api/include/commctrl.h @@ -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" )