Removed duplicate WM_ACTIVATE
This commit is contained in:
committed by
Andrew Kelley
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;
|
||||
|
||||
Reference in New Issue
Block a user