Re: comctl32: Vista sends an unidentified message when destroyingdatetime and monthcal windows.
"Reece Dunn" <msclrhd(a)googlemail.com> wrote:
When destroying datetime and monthcal controls, Vista sends a message with the value 0x0090. This messasge is not in winuser.h of the Vista SDK.
+#define WM_UNKNOWN_VISTA1 0x0090
IMO just adding { 0x0090, sent|optional }, /* Vista */ is clear enough, WM_UNKNOWN_VISTA1 clutters the code. -- Dmitry.
On 25/01/2008, Dmitry Timoshkov <dmitry(a)codeweavers.com> wrote:
"Reece Dunn" <msclrhd(a)googlemail.com> wrote:
When destroying datetime and monthcal controls, Vista sends a message with the value 0x0090. This messasge is not in winuser.h of the Vista SDK.
+#define WM_UNKNOWN_VISTA1 0x0090
IMO just adding { 0x0090, sent|optional }, /* Vista */
is clear enough, WM_UNKNOWN_VISTA1 clutters the code.
I wanted it to be more descriptive that the message is an unknown message, but I'm happy to go with your change. - Reece
participants (2)
-
Dmitry Timoshkov -
Reece Dunn