mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
Removed duplicate WM_ACTIVATE
This commit is contained in:
parent
54b2a6ec41
commit
25810bc1e6
@ -73,7 +73,6 @@ pub const WM_XBUTTONDBLCLK = 0x020D;
|
||||
// WA
|
||||
pub const WA_INACTIVE = 0;
|
||||
pub const WA_ACTIVE = 0x0006;
|
||||
pub const WM_ACTIVATE = 0x0006;
|
||||
|
||||
// WS
|
||||
pub const WS_OVERLAPPED = 0x00000000;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user