https://bugs.winehq.org/show_bug.cgi?id=37515
--- Comment #5 from cloak wnalfl3737@gmail.com --- (In reply to Dmitry Timoshkov from comment #4)
(In reply to cloak from comment #3)
No, I think DTM_SETFORMATW *is* 0x1050 instead of sth like 0x1000 + 50.
In MinGW's header file <commctrl.h> (http://sourceforge.net/p/mingw/mingw-org-wsl/ci/ 21762bb4a1bd0c88c38eead03f59e8d994349e83/tree/include/commctrl.h):
#define DTM_GETRANGE 0x1003 #define DTM_SETRANGE 0x1004 #define DTM_SETFORMATA 0x1005 #define DTM_SETFORMATW 0x1050 #define DTM_SETMCCOLOR 0x1006 #define DTM_GETMCCOLOR 0x1007 #define DTM_GETMONTHCAL 0x1008
http://permalink.gmane.org/gmane.comp.gnu.mingw.announce/2027
Wow....Thanks!!!!!!!!