commit 25810bc1e662014185a74282abd5881778d7a55e (tree)
parent 54b2a6ec41ae7be190163e94dd75bafb359cf239
Author: Jens Goldberg <jens.goldberg@gmail.com>
Date: Wed, 6 May 2020 15:45:28 +0000
Removed duplicate WM_ACTIVATE
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/lib/std/os/windows/user32.zig b/lib/std/os/windows/user32.zig
@@ -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;