comctl32: Vista sends an unidentified message when destroyingdatetime and monthcal windows.

Dmitry Timoshkov dmitry at codeweavers.com
Fri Jan 25 04:03:10 CST 2008


"Reece Dunn" <msclrhd at 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.



More information about the wine-devel mailing list