X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=w32api%2FChangeLog;h=76916d13f649ddcbc7684ebf89fbd273fe8ca221;hb=4e112aee2e0f9666221d325c41641abdc8257b21;hp=d104aea5c2cf869dd95e1eb577492f6b4fd88492;hpb=dc13681f4620fbe7cc94e4f862bc44a43d7a8163;p=mingw%2Fmingw-org-wsl.git diff --git a/w32api/ChangeLog b/w32api/ChangeLog index d104aea..76916d1 100644 --- a/w32api/ChangeLog +++ b/w32api/ChangeLog @@ -1,3 +1,19 @@ +2018-11-18 Keith Marshall + + Make header effectively self-contained. + + * include/commctrl.h: Tidy layout; assert copyright. + Include and ; both are required to resolve + inter-header dependencies, so achieving effective self-containment. + Correctly parenthesize argument references in macro definitions. + (pragma GCC system_header): Remove redundant GCC version guard. + (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons. + (SNDMSG): Remove definition; it is inherited from anyway. + (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__): + Use them; they facilitate maintenance of robust definitions for... + [UNICODE vs. ! UNICODE]: ...generic symbols and strings. + (_BEGIN_C_DECLS, _END_C_DECLS): Use them. + 2018-11-16 Keith Marshall Make header effectively self-contained.