On 26/12/2007, Dmitry Timoshkov dmitry@codeweavers.com wrote:
"Reece Dunn" msclrhd@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