From 72093cd889babd3a1ce12379528f3c5948af1ace Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 12 Apr 2005 08:13:21 +0000 Subject: [PATCH] WinCE build fix (missing style). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/missing.h | 4 ++++ src/msw/statbox.cpp | 1 + 2 files changed, 5 insertions(+) diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 7d1f8db5c8..ccf135f3ce 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -570,6 +570,10 @@ typedef struct { #define QS_ALLPOSTMESSAGE 0x0100 #endif +#ifndef WS_EX_TRANSPARENT + #define WS_EX_TRANSPARENT 0x00000020L +#endif + #ifndef WS_EX_CLIENTEDGE #define WS_EX_CLIENTEDGE 0x00000200L #endif diff --git a/src/msw/statbox.cpp b/src/msw/statbox.cpp index 2fbd1acfeb..e23f78abe1 100644 --- a/src/msw/statbox.cpp +++ b/src/msw/statbox.cpp @@ -42,6 +42,7 @@ #include "wx/dcmemory.h" #include "wx/msw/private.h" +#include "wx/msw/missing.h" // ---------------------------------------------------------------------------- // wxWin macros -- 2.45.2