authorgravatar for hi@viri.moeviri <hi@viri.moe> 2021-05-14 15:15:20-06:00
committergravatar for hi@viri.moeviri <hi@viri.moe> 2021-05-14 15:15:20-06:00
logca575f887c95ad10c629ea43044046e45491a5b3
tree56b8c553da477e2719dda4fcd3c23f9739cec8cf
parent150a3ad6ff1bd1bd65ce22366efd67e73bb29b24

std: re-add weird undocumented Win32 constants

Got deleted. Not documented but sure.

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

lib/std/os/windows/user32.zig+6
...@@ -329,6 +329,12 @@ pub const WM_PENMISC = 0x0386;...@@ -329,6 +329,12 @@ pub const WM_PENMISC = 0x0386;
329pub const WM_CTLINIT = 0x0387;329pub const WM_CTLINIT = 0x0387;
330pub const WM_PENEVENT = 0x0388;330pub const WM_PENEVENT = 0x0388;
331pub const WM_PENWINLAST = 0x038F;331pub const WM_PENWINLAST = 0x038F;
332pub const WM_CARET_CREATE = 0x03E0;
333pub const WM_CARET_DESTROY = 0x03E1;
334pub const WM_CARET_BLINK = 0x03E2;
335pub const WM_FDINPUT = 0x03F0;
336pub const WM_FDOUTPUT = 0x03F1;
337pub const WM_FDEXCEPT = 0x03F2;
332pub const DDM_SETFMT = 0x0400;338pub const DDM_SETFMT = 0x0400;
333pub const DM_GETDEFID = 0x0400;339pub const DM_GETDEFID = 0x0400;
334pub const NIN_SELECT = 0x0400;340pub const NIN_SELECT = 0x0400;