Removed duplicate WM_ACTIVATE

This commit is contained in:
Jens Goldberg 2020-05-06 15:45:28 +00:00 committed by Andrew Kelley
parent 54b2a6ec41
commit 25810bc1e6

View File

@ -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;