summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-26 12:15:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-26 12:15:56 +0000
commita8ec2aed9c334d73c6e3b11fa1f7d0865b96620b (patch)
treee14f18ad6819fac0d2e2f2b692553e393e66bdcd
parent9c224d8ebe3d533678e55b3372d1a6a6ef1a921a (diff)
include windef.h for HWND
-rw-r--r--vcl/inc/vcl/sysdata.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/vcl/sysdata.hxx b/vcl/inc/vcl/sysdata.hxx
index 120ba30f4dff..199f0ad67cac 100644
--- a/vcl/inc/vcl/sysdata.hxx
+++ b/vcl/inc/vcl/sysdata.hxx
@@ -41,6 +41,9 @@ typedef struct CGLayer *CGLayerRef;
class NSView;
#endif
#endif
+#if defined( WNT ) || defined( OS2 )
+#include <windef.h>
+#endif
// -----------------
// - SystemEnvData -