include: added the new Vista messages.

Reece Dunn msclrhd at googlemail.com
Wed Dec 26 04:57:44 CST 2007


On 26/12/2007, Dmitry Timoshkov <dmitry at codeweavers.com> wrote:
> "Reece Dunn" <msclrhd at googlemail.com> wrote:
>
> >  #define WM_SYSDEADCHAR      0x0107
> > +#define WM_UNICHAR          0x0109
> >  #define WM_KEYFIRST         WM_KEYDOWN
> > -#define WM_KEYLAST          0x0108
> > +#define WM_KEYLAST          0x0109
>
> Please keep the entries sorted by value.

They are (in the above example):

0x0107 WM_SYSDEADCHAR
0x0109 WM_UNICHAR
0x010d WM_IME_STARTCOMPOSITION

There is a '-' on the first WM_KEYLAST line, as this has been updated
to 0x0109 (as WM_UNICHAR is now the last key message).

- Reece



More information about the wine-devel mailing list