From a9949668706361a088608195206de79cc758f84c Mon Sep 17 00:00:00 2001 From: viri Date: Sat, 15 May 2021 10:08:07 -0600 Subject: [PATCH] remove range constants --- lib/std/os/windows/user32.zig | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lib/std/os/windows/user32.zig b/lib/std/os/windows/user32.zig index 698688aa44..11e77e2634 100644 --- a/lib/std/os/windows/user32.zig +++ b/lib/std/os/windows/user32.zig @@ -189,7 +189,6 @@ pub const BM_SETIMAGE = 0x00F7; pub const BM_SETDONTCLICK = 0x00F8; pub const WM_INPUT = 0x00FF; pub const WM_KEYDOWN = 0x0100; -pub const WM_KEYFIRST = 0x0100; pub const WM_KEYUP = 0x0101; pub const WM_CHAR = 0x0102; pub const WM_DEADCHAR = 0x0103; @@ -198,7 +197,6 @@ pub const WM_SYSKEYUP = 0x0105; pub const WM_SYSCHAR = 0x0106; pub const WM_SYSDEADCHAR = 0x0107; pub const WM_UNICHAR = 0x0109; -pub const WM_KEYLAST = 0x0109; pub const WM_WNT_CONVERTREQUESTEX = 0x0109; pub const WM_CONVERTREQUEST = 0x010A; pub const WM_CONVERTRESULT = 0x010B; @@ -206,7 +204,6 @@ pub const WM_INTERIM = 0x010C; pub const WM_IME_STARTCOMPOSITION = 0x010D; pub const WM_IME_ENDCOMPOSITION = 0x010E; pub const WM_IME_COMPOSITION = 0x010F; -pub const WM_IME_KEYLAST = 0x010F; pub const WM_INITDIALOG = 0x0110; pub const WM_COMMAND = 0x0111; pub const WM_SYSCOMMAND = 0x0112; @@ -234,7 +231,6 @@ pub const WM_CTLCOLORBTN = 0x0135; pub const WM_CTLCOLORDLG = 0x0136; pub const WM_CTLCOLORSCROLLBAR = 0x0137; pub const WM_CTLCOLORSTATIC = 0x0138; -pub const WM_MOUSEFIRST = 0x0200; pub const WM_MOUSEMOVE = 0x0200; pub const WM_LBUTTONDOWN = 0x0201; pub const WM_LBUTTONUP = 0x0202; @@ -245,7 +241,6 @@ pub const WM_RBUTTONDBLCLK = 0x0206; pub const WM_MBUTTONDOWN = 0x0207; pub const WM_MBUTTONUP = 0x0208; pub const WM_MBUTTONDBLCLK = 0x0209; -pub const WM_MOUSELAST = 0x0209; pub const WM_MOUSEWHEEL = 0x020A; pub const WM_XBUTTONDOWN = 0x020B; pub const WM_XBUTTONUP = 0x020C; @@ -313,11 +308,6 @@ pub const WM_HOTKEY = 0x0312; pub const WM_PRINT = 0x0317; pub const WM_PRINTCLIENT = 0x0318; pub const WM_APPCOMMAND = 0x0319; -pub const WM_HANDHELDFIRST = 0x0358; -pub const WM_HANDHELDLAST = 0x035F; -pub const WM_AFXFIRST = 0x0360; -pub const WM_AFXLAST = 0x037F; -pub const WM_PENWINFIRST = 0x0380; pub const WM_RCRESULT = 0x0381; pub const WM_HOOKRCRESULT = 0x0382; pub const WM_GLOBALRCCHANGE = 0x0383; @@ -328,7 +318,6 @@ pub const WM_PENCTL = 0x0385; pub const WM_PENMISC = 0x0386; pub const WM_CTLINIT = 0x0387; pub const WM_PENEVENT = 0x0388; -pub const WM_PENWINLAST = 0x038F; pub const WM_CARET_CREATE = 0x03E0; pub const WM_CARET_DESTROY = 0x03E1; pub const WM_CARET_BLINK = 0x03E2; @@ -653,7 +642,6 @@ pub const EM_SETTEXTEX = 0x0461; pub const TAPI_REPLY = 0x0463; pub const ACM_OPENA = 0x0464; pub const BFFM_SETSTATUSTEXTA = 0x0464; -pub const CDM_FIRST = 0x0464; pub const CDM_GETSPEC = 0x0464; pub const EM_SETPUNCTUATION = 0x0464; pub const IPM_CLEARADDRESS = 0x0464; @@ -777,7 +765,6 @@ pub const MCIWNDM_CAN_SAVE = 0x0493; pub const MCIWNDM_CAN_EJECT = 0x0494; pub const MCIWNDM_CAN_CONFIG = 0x0495; pub const IE_GETINK = 0x0496; -pub const IE_MSGFIRST = 0x0496; pub const MCIWNDM_PALETTEKICK = 0x0496; pub const IE_SETINK = 0x0497; pub const IE_GETPENTIP = 0x0498; @@ -815,7 +802,6 @@ pub const IE_GETSECURITY = 0x04C4; pub const IE_SETSECURITY = 0x04C5; pub const IE_GETSEL = 0x04C6; pub const IE_SETSEL = 0x04C7; -pub const CDM_LAST = 0x04C8; pub const EM_SETBIDIOPTIONS = 0x04C8; pub const IE_DOCOMMAND = 0x04C8; pub const MCIWNDM_NOTIFYMODE = 0x04C8; @@ -892,7 +878,6 @@ pub const UM_GETCURFOCUSA = 0x07ED; pub const UM_GETCURFOCUSW = 0x07EE; pub const UM_GETOPTIONS = 0x07EF; pub const UM_GETOPTIONS2 = 0x07F0; -pub const LVM_FIRST = 0x1000; pub const LVM_GETBKCOLOR = 0x1000; pub const LVM_SETBKCOLOR = 0x1001; pub const LVM_GETIMAGELIST = 0x1002;