https://bugs.winehq.org/show_bug.cgi?id=37515
cloak wnalfl3737@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |---
--- Comment #3 from cloak wnalfl3737@gmail.com --- 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/21762bb4a1bd0c88c38eead03f59...):
#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