WinCE build fix (missing style).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a5de8d419f
commit
72093cd889
@ -570,6 +570,10 @@ typedef struct {
|
|||||||
#define QS_ALLPOSTMESSAGE 0x0100
|
#define QS_ALLPOSTMESSAGE 0x0100
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef WS_EX_TRANSPARENT
|
||||||
|
#define WS_EX_TRANSPARENT 0x00000020L
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef WS_EX_CLIENTEDGE
|
#ifndef WS_EX_CLIENTEDGE
|
||||||
#define WS_EX_CLIENTEDGE 0x00000200L
|
#define WS_EX_CLIENTEDGE 0x00000200L
|
||||||
#endif
|
#endif
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
#include "wx/dcmemory.h"
|
#include "wx/dcmemory.h"
|
||||||
|
|
||||||
#include "wx/msw/private.h"
|
#include "wx/msw/private.h"
|
||||||
|
#include "wx/msw/missing.h"
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxWin macros
|
// wxWin macros
|
||||||
|
Loading…
Reference in New Issue
Block a user