authorgravatar for hi@viri.moeviri <hi@viri.moe> 2021-05-15 10:08:07-06:00
committergravatar for hi@viri.moeviri <hi@viri.moe> 2021-05-15 10:08:07-06:00
loga9949668706361a088608195206de79cc758f84c
tree0f0971314657fabe2b2e970e3bd406b2c86bc732
parentca575f887c95ad10c629ea43044046e45491a5b3

remove range constants


1 files changed, 0 insertions(+), 15 deletions(-)

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