mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 21:38:33 +00:00
std: re-add weird undocumented Win32 constants
Got deleted. Not documented but sure.
This commit is contained in:
parent
150a3ad6ff
commit
ca575f887c
@ -329,6 +329,12 @@ 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;
|
||||
pub const WM_FDINPUT = 0x03F0;
|
||||
pub const WM_FDOUTPUT = 0x03F1;
|
||||
pub const WM_FDEXCEPT = 0x03F2;
|
||||
pub const DDM_SETFMT = 0x0400;
|
||||
pub const DM_GETDEFID = 0x0400;
|
||||
pub const NIN_SELECT = 0x0400;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user