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;
189189pub const BM_SETDONTCLICK = 0x00F8;
190190pub const WM_INPUT = 0x00FF;
191191pub const WM_KEYDOWN = 0x0100;
192pub const WM_KEYFIRST = 0x0100;
193192pub const WM_KEYUP = 0x0101;
194193pub const WM_CHAR = 0x0102;
195194pub const WM_DEADCHAR = 0x0103;
......@@ -198,7 +197,6 @@ pub const WM_SYSKEYUP = 0x0105;
198197pub const WM_SYSCHAR = 0x0106;
199198pub const WM_SYSDEADCHAR = 0x0107;
200199pub const WM_UNICHAR = 0x0109;
201pub const WM_KEYLAST = 0x0109;
202200pub const WM_WNT_CONVERTREQUESTEX = 0x0109;
203201pub const WM_CONVERTREQUEST = 0x010A;
204202pub const WM_CONVERTRESULT = 0x010B;
......@@ -206,7 +204,6 @@ pub const WM_INTERIM = 0x010C;
206204pub const WM_IME_STARTCOMPOSITION = 0x010D;
207205pub const WM_IME_ENDCOMPOSITION = 0x010E;
208206pub const WM_IME_COMPOSITION = 0x010F;
209pub const WM_IME_KEYLAST = 0x010F;
210207pub const WM_INITDIALOG = 0x0110;
211208pub const WM_COMMAND = 0x0111;
212209pub const WM_SYSCOMMAND = 0x0112;
......@@ -234,7 +231,6 @@ pub const WM_CTLCOLORBTN = 0x0135;
234231pub const WM_CTLCOLORDLG = 0x0136;
235232pub const WM_CTLCOLORSCROLLBAR = 0x0137;
236233pub const WM_CTLCOLORSTATIC = 0x0138;
237pub const WM_MOUSEFIRST = 0x0200;
238234pub const WM_MOUSEMOVE = 0x0200;
239235pub const WM_LBUTTONDOWN = 0x0201;
240236pub const WM_LBUTTONUP = 0x0202;
......@@ -245,7 +241,6 @@ pub const WM_RBUTTONDBLCLK = 0x0206;
245241pub const WM_MBUTTONDOWN = 0x0207;
246242pub const WM_MBUTTONUP = 0x0208;
247243pub const WM_MBUTTONDBLCLK = 0x0209;
248pub const WM_MOUSELAST = 0x0209;
249244pub const WM_MOUSEWHEEL = 0x020A;
250245pub const WM_XBUTTONDOWN = 0x020B;
251246pub const WM_XBUTTONUP = 0x020C;
......@@ -313,11 +308,6 @@ pub const WM_HOTKEY = 0x0312;
313308pub const WM_PRINT = 0x0317;
314309pub const WM_PRINTCLIENT = 0x0318;
315310pub 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;
321311pub const WM_RCRESULT = 0x0381;
322312pub const WM_HOOKRCRESULT = 0x0382;
323313pub const WM_GLOBALRCCHANGE = 0x0383;
......@@ -328,7 +318,6 @@ pub const WM_PENCTL = 0x0385;
328318pub const WM_PENMISC = 0x0386;
329319pub const WM_CTLINIT = 0x0387;
330320pub const WM_PENEVENT = 0x0388;
331pub const WM_PENWINLAST = 0x038F;
332321pub const WM_CARET_CREATE = 0x03E0;
333322pub const WM_CARET_DESTROY = 0x03E1;
334323pub const WM_CARET_BLINK = 0x03E2;
......@@ -653,7 +642,6 @@ pub const EM_SETTEXTEX = 0x0461;
653642pub const TAPI_REPLY = 0x0463;
654643pub const ACM_OPENA = 0x0464;
655644pub const BFFM_SETSTATUSTEXTA = 0x0464;
656pub const CDM_FIRST = 0x0464;
657645pub const CDM_GETSPEC = 0x0464;
658646pub const EM_SETPUNCTUATION = 0x0464;
659647pub const IPM_CLEARADDRESS = 0x0464;
......@@ -777,7 +765,6 @@ pub const MCIWNDM_CAN_SAVE = 0x0493;
777765pub const MCIWNDM_CAN_EJECT = 0x0494;
778766pub const MCIWNDM_CAN_CONFIG = 0x0495;
779767pub const IE_GETINK = 0x0496;
780pub const IE_MSGFIRST = 0x0496;
781768pub const MCIWNDM_PALETTEKICK = 0x0496;
782769pub const IE_SETINK = 0x0497;
783770pub const IE_GETPENTIP = 0x0498;
......@@ -815,7 +802,6 @@ pub const IE_GETSECURITY = 0x04C4;
815802pub const IE_SETSECURITY = 0x04C5;
816803pub const IE_GETSEL = 0x04C6;
817804pub const IE_SETSEL = 0x04C7;
818pub const CDM_LAST = 0x04C8;
819805pub const EM_SETBIDIOPTIONS = 0x04C8;
820806pub const IE_DOCOMMAND = 0x04C8;
821807pub const MCIWNDM_NOTIFYMODE = 0x04C8;
......@@ -892,7 +878,6 @@ pub const UM_GETCURFOCUSA = 0x07ED;
892878pub const UM_GETCURFOCUSW = 0x07EE;
893879pub const UM_GETOPTIONS = 0x07EF;
894880pub const UM_GETOPTIONS2 = 0x07F0;
895pub const LVM_FIRST = 0x1000;
896881pub const LVM_GETBKCOLOR = 0x1000;
897882pub const LVM_SETBKCOLOR = 0x1001;
898883pub const LVM_GETIMAGELIST = 0x1002;