• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


Commit MetaInfo

Revisión122caf480e1fd7d95cfa08992b9bbf5ff9affe63 (tree)
Tiempo2019-04-08 18:03:40
AutorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Correct typographic error; fix bug #39117

Cambiar Resumen

Diferencia incremental

--- a/wslapi/ChangeLog
+++ b/wslapi/ChangeLog
@@ -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+
18 2019-04-01 Keith Marshall <keith@users.osdn.me>
29
310 Merge post 2017-11-09 changes from 5.2-trunk.
--- a/wslapi/include/commctrl.h
+++ b/wslapi/include/commctrl.h
@@ -57,7 +57,7 @@ _BEGIN_C_DECLS
5757 #define PROGRESS_CLASSW __AW_STRING_W__( PROGRESS_CLASSA )
5858 #define PROGRESS_CLASSA __AW_STRING_A__( "msctls_progress32" )
5959
60-#define STATUSCUASSNAME __AW_SUFFIXED__( STATUSCLASSNAME )
60+#define STATUSCLASSNAME __AW_SUFFIXED__( STATUSCLASSNAME )
6161 #define STATUSCLASSNAMEW __AW_STRING_W__( STATUSCLASSNAMEA )
6262 #define STATUSCLASSNAMEA __AW_STRING_A__( "msctls_statusbar32" )
6363