[Bug 37515] Setting DateTime control display format via DTM_SETFORMATA works, but DTM_SETFORMATW doesn't.

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 6 17:51:13 CST 2014


https://bugs.winehq.org/show_bug.cgi?id=37515

cloak <wnalfl3737 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |---

--- Comment #3 from cloak <wnalfl3737 at 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/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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list