summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-23 15:36:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-03-23 15:36:47 +0100
commit8edf711eb2f39c7779f2d39938d786befea1c49b (patch)
tree4c7b7f552b5f550e87f57a15c03ab25e4ac2847b /include/vcl/sysdata.hxx
parentca35a282d50bbc238c9975fdf7d77038676318ab (diff)
Avoid KeyFuncType::DELETE shadowed by a macro on Windows
...required to remove the WIN_* defines from postwin.h, so that the latter can be included multiple times; the WIN_* defines appeared to be unused except for one use of WND_FindWindow anyway Change-Id: I2080225c74c196fbc1b7d4f20b636b44e1e12150
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r--include/vcl/sysdata.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index e8b7a2558847..a4fad69ae414 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -41,7 +41,9 @@ typedef struct CGContext *CGContextRef;
#endif
#if defined( WNT )
+#include <prewin.h>
#include <windef.h>
+#include <postwin.h>
#endif
struct SystemEnvData