| ... | @@ -189,7 +189,6 @@ pub const BM_SETIMAGE = 0x00F7; | ... | @@ -189,7 +189,6 @@ pub const BM_SETIMAGE = 0x00F7; |
| 189 | pub const BM_SETDONTCLICK = 0x00F8; | 189 | pub const BM_SETDONTCLICK = 0x00F8; |
| 190 | pub const WM_INPUT = 0x00FF; | 190 | pub const WM_INPUT = 0x00FF; |
| 191 | pub const WM_KEYDOWN = 0x0100; | 191 | pub const WM_KEYDOWN = 0x0100; |
| 192 | pub const WM_KEYFIRST = 0x0100; | | |
| 193 | pub const WM_KEYUP = 0x0101; | 192 | pub const WM_KEYUP = 0x0101; |
| 194 | pub const WM_CHAR = 0x0102; | 193 | pub const WM_CHAR = 0x0102; |
| 195 | pub const WM_DEADCHAR = 0x0103; | 194 | pub const WM_DEADCHAR = 0x0103; |
| ... | @@ -198,7 +197,6 @@ pub const WM_SYSKEYUP = 0x0105; | ... | @@ -198,7 +197,6 @@ pub const WM_SYSKEYUP = 0x0105; |
| 198 | pub const WM_SYSCHAR = 0x0106; | 197 | pub const WM_SYSCHAR = 0x0106; |
| 199 | pub const WM_SYSDEADCHAR = 0x0107; | 198 | pub const WM_SYSDEADCHAR = 0x0107; |
| 200 | pub const WM_UNICHAR = 0x0109; | 199 | pub const WM_UNICHAR = 0x0109; |
| 201 | pub const WM_KEYLAST = 0x0109; | | |
| 202 | pub const WM_WNT_CONVERTREQUESTEX = 0x0109; | 200 | pub const WM_WNT_CONVERTREQUESTEX = 0x0109; |
| 203 | pub const WM_CONVERTREQUEST = 0x010A; | 201 | pub const WM_CONVERTREQUEST = 0x010A; |
| 204 | pub const WM_CONVERTRESULT = 0x010B; | 202 | pub const WM_CONVERTRESULT = 0x010B; |
| ... | @@ -206,7 +204,6 @@ pub const WM_INTERIM = 0x010C; | ... | @@ -206,7 +204,6 @@ pub const WM_INTERIM = 0x010C; |
| 206 | pub const WM_IME_STARTCOMPOSITION = 0x010D; | 204 | pub const WM_IME_STARTCOMPOSITION = 0x010D; |
| 207 | pub const WM_IME_ENDCOMPOSITION = 0x010E; | 205 | pub const WM_IME_ENDCOMPOSITION = 0x010E; |
| 208 | pub const WM_IME_COMPOSITION = 0x010F; | 206 | pub const WM_IME_COMPOSITION = 0x010F; |
| 209 | pub const WM_IME_KEYLAST = 0x010F; | | |
| 210 | pub const WM_INITDIALOG = 0x0110; | 207 | pub const WM_INITDIALOG = 0x0110; |
| 211 | pub const WM_COMMAND = 0x0111; | 208 | pub const WM_COMMAND = 0x0111; |
| 212 | pub const WM_SYSCOMMAND = 0x0112; | 209 | pub const WM_SYSCOMMAND = 0x0112; |
| ... | @@ -234,7 +231,6 @@ pub const WM_CTLCOLORBTN = 0x0135; | ... | @@ -234,7 +231,6 @@ pub const WM_CTLCOLORBTN = 0x0135; |
| 234 | pub const WM_CTLCOLORDLG = 0x0136; | 231 | pub const WM_CTLCOLORDLG = 0x0136; |
| 235 | pub const WM_CTLCOLORSCROLLBAR = 0x0137; | 232 | pub const WM_CTLCOLORSCROLLBAR = 0x0137; |
| 236 | pub const WM_CTLCOLORSTATIC = 0x0138; | 233 | pub const WM_CTLCOLORSTATIC = 0x0138; |
| 237 | pub const WM_MOUSEFIRST = 0x0200; | | |
| 238 | pub const WM_MOUSEMOVE = 0x0200; | 234 | pub const WM_MOUSEMOVE = 0x0200; |
| 239 | pub const WM_LBUTTONDOWN = 0x0201; | 235 | pub const WM_LBUTTONDOWN = 0x0201; |
| 240 | pub const WM_LBUTTONUP = 0x0202; | 236 | pub const WM_LBUTTONUP = 0x0202; |
| ... | @@ -245,7 +241,6 @@ pub const WM_RBUTTONDBLCLK = 0x0206; | ... | @@ -245,7 +241,6 @@ pub const WM_RBUTTONDBLCLK = 0x0206; |
| 245 | pub const WM_MBUTTONDOWN = 0x0207; | 241 | pub const WM_MBUTTONDOWN = 0x0207; |
| 246 | pub const WM_MBUTTONUP = 0x0208; | 242 | pub const WM_MBUTTONUP = 0x0208; |
| 247 | pub const WM_MBUTTONDBLCLK = 0x0209; | 243 | pub const WM_MBUTTONDBLCLK = 0x0209; |
| 248 | pub const WM_MOUSELAST = 0x0209; | | |
| 249 | pub const WM_MOUSEWHEEL = 0x020A; | 244 | pub const WM_MOUSEWHEEL = 0x020A; |
| 250 | pub const WM_XBUTTONDOWN = 0x020B; | 245 | pub const WM_XBUTTONDOWN = 0x020B; |
| 251 | pub const WM_XBUTTONUP = 0x020C; | 246 | pub const WM_XBUTTONUP = 0x020C; |
| ... | @@ -313,11 +308,6 @@ pub const WM_HOTKEY = 0x0312; | ... | @@ -313,11 +308,6 @@ pub const WM_HOTKEY = 0x0312; |
| 313 | pub const WM_PRINT = 0x0317; | 308 | pub const WM_PRINT = 0x0317; |
| 314 | pub const WM_PRINTCLIENT = 0x0318; | 309 | pub const WM_PRINTCLIENT = 0x0318; |
| 315 | pub const WM_APPCOMMAND = 0x0319; | 310 | pub const WM_APPCOMMAND = 0x0319; |
| 316 | pub const WM_HANDHELDFIRST = 0x0358; | | |
| 317 | pub const WM_HANDHELDLAST = 0x035F; | | |
| 318 | pub const WM_AFXFIRST = 0x0360; | | |
| 319 | pub const WM_AFXLAST = 0x037F; | | |
| 320 | pub const WM_PENWINFIRST = 0x0380; | | |
| 321 | pub const WM_RCRESULT = 0x0381; | 311 | pub const WM_RCRESULT = 0x0381; |
| 322 | pub const WM_HOOKRCRESULT = 0x0382; | 312 | pub const WM_HOOKRCRESULT = 0x0382; |
| 323 | pub const WM_GLOBALRCCHANGE = 0x0383; | 313 | pub const WM_GLOBALRCCHANGE = 0x0383; |
| ... | @@ -328,7 +318,6 @@ pub const WM_PENCTL = 0x0385; | ... | @@ -328,7 +318,6 @@ pub const WM_PENCTL = 0x0385; |
| 328 | pub const WM_PENMISC = 0x0386; | 318 | pub const WM_PENMISC = 0x0386; |
| 329 | pub const WM_CTLINIT = 0x0387; | 319 | pub const WM_CTLINIT = 0x0387; |
| 330 | pub const WM_PENEVENT = 0x0388; | 320 | pub const WM_PENEVENT = 0x0388; |
| 331 | pub const WM_PENWINLAST = 0x038F; | | |
| 332 | pub const WM_CARET_CREATE = 0x03E0; | 321 | pub const WM_CARET_CREATE = 0x03E0; |
| 333 | pub const WM_CARET_DESTROY = 0x03E1; | 322 | pub const WM_CARET_DESTROY = 0x03E1; |
| 334 | pub const WM_CARET_BLINK = 0x03E2; | 323 | pub const WM_CARET_BLINK = 0x03E2; |
| ... | @@ -653,7 +642,6 @@ pub const EM_SETTEXTEX = 0x0461; | ... | @@ -653,7 +642,6 @@ pub const EM_SETTEXTEX = 0x0461; |
| 653 | pub const TAPI_REPLY = 0x0463; | 642 | pub const TAPI_REPLY = 0x0463; |
| 654 | pub const ACM_OPENA = 0x0464; | 643 | pub const ACM_OPENA = 0x0464; |
| 655 | pub const BFFM_SETSTATUSTEXTA = 0x0464; | 644 | pub const BFFM_SETSTATUSTEXTA = 0x0464; |
| 656 | pub const CDM_FIRST = 0x0464; | | |
| 657 | pub const CDM_GETSPEC = 0x0464; | 645 | pub const CDM_GETSPEC = 0x0464; |
| 658 | pub const EM_SETPUNCTUATION = 0x0464; | 646 | pub const EM_SETPUNCTUATION = 0x0464; |
| 659 | pub const IPM_CLEARADDRESS = 0x0464; | 647 | pub const IPM_CLEARADDRESS = 0x0464; |
| ... | @@ -777,7 +765,6 @@ pub const MCIWNDM_CAN_SAVE = 0x0493; | ... | @@ -777,7 +765,6 @@ pub const MCIWNDM_CAN_SAVE = 0x0493; |
| 777 | pub const MCIWNDM_CAN_EJECT = 0x0494; | 765 | pub const MCIWNDM_CAN_EJECT = 0x0494; |
| 778 | pub const MCIWNDM_CAN_CONFIG = 0x0495; | 766 | pub const MCIWNDM_CAN_CONFIG = 0x0495; |
| 779 | pub const IE_GETINK = 0x0496; | 767 | pub const IE_GETINK = 0x0496; |
| 780 | pub const IE_MSGFIRST = 0x0496; | | |
| 781 | pub const MCIWNDM_PALETTEKICK = 0x0496; | 768 | pub const MCIWNDM_PALETTEKICK = 0x0496; |
| 782 | pub const IE_SETINK = 0x0497; | 769 | pub const IE_SETINK = 0x0497; |
| 783 | pub const IE_GETPENTIP = 0x0498; | 770 | pub const IE_GETPENTIP = 0x0498; |
| ... | @@ -815,7 +802,6 @@ pub const IE_GETSECURITY = 0x04C4; | ... | @@ -815,7 +802,6 @@ pub const IE_GETSECURITY = 0x04C4; |
| 815 | pub const IE_SETSECURITY = 0x04C5; | 802 | pub const IE_SETSECURITY = 0x04C5; |
| 816 | pub const IE_GETSEL = 0x04C6; | 803 | pub const IE_GETSEL = 0x04C6; |
| 817 | pub const IE_SETSEL = 0x04C7; | 804 | pub const IE_SETSEL = 0x04C7; |
| 818 | pub const CDM_LAST = 0x04C8; | | |
| 819 | pub const EM_SETBIDIOPTIONS = 0x04C8; | 805 | pub const EM_SETBIDIOPTIONS = 0x04C8; |
| 820 | pub const IE_DOCOMMAND = 0x04C8; | 806 | pub const IE_DOCOMMAND = 0x04C8; |
| 821 | pub const MCIWNDM_NOTIFYMODE = 0x04C8; | 807 | pub const MCIWNDM_NOTIFYMODE = 0x04C8; |
| ... | @@ -892,7 +878,6 @@ pub const UM_GETCURFOCUSA = 0x07ED; | ... | @@ -892,7 +878,6 @@ pub const UM_GETCURFOCUSA = 0x07ED; |
| 892 | pub const UM_GETCURFOCUSW = 0x07EE; | 878 | pub const UM_GETCURFOCUSW = 0x07EE; |
| 893 | pub const UM_GETOPTIONS = 0x07EF; | 879 | pub const UM_GETOPTIONS = 0x07EF; |
| 894 | pub const UM_GETOPTIONS2 = 0x07F0; | 880 | pub const UM_GETOPTIONS2 = 0x07F0; |
| 895 | pub const LVM_FIRST = 0x1000; | | |
| 896 | pub const LVM_GETBKCOLOR = 0x1000; | 881 | pub const LVM_GETBKCOLOR = 0x1000; |
| 897 | pub const LVM_SETBKCOLOR = 0x1001; | 882 | pub const LVM_SETBKCOLOR = 0x1001; |
| 898 | pub const LVM_GETIMAGELIST = 0x1002; | 883 | pub const LVM_GETIMAGELIST = 0x1002; |