[Libreoffice-commits] .: vcl/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Sat Mar 26 05:16:04 PDT 2011
vcl/inc/vcl/sysdata.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 5813f3b94f7d261f2e86a767762a3b1d503ee711
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Mar 26 12:15:56 2011 +0000
include windef.h for HWND
diff --git a/vcl/inc/vcl/sysdata.hxx b/vcl/inc/vcl/sysdata.hxx
index 8270e3f..d3c8fbc 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 -
More information about the Libreoffice-commits
mailing list