mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 444488 - "WM_ACTIVATEAPP / WM_MOUSEACTIVATE missing from WinCE" [r=stuart]
This commit is contained in:
parent
cc0f39ef5e
commit
a3f99c435d
@ -266,14 +266,6 @@ typedef struct tagGLYPHSET {
|
||||
#define MA_ACTIVATE 1
|
||||
#endif
|
||||
|
||||
#ifndef WM_ACTIVATEAPP
|
||||
#define WM_ACTIVATEAPP WM_ACTIVATE
|
||||
#endif
|
||||
|
||||
#ifndef WM_MOUSEACTIVATE
|
||||
#define WM_MOUSEACTIVATE WM_ACTIVATE
|
||||
#endif
|
||||
|
||||
typedef struct WINDOWPLACEMENT
|
||||
{
|
||||
UINT length;
|
||||
|
Loading…
Reference in New Issue
Block a user