summaryrefslogtreecommitdiff
path: root/basic/source/runtime/dllmgr-x64.cxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-28 12:54:35 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-28 12:55:22 +0200
commita80b9d4b622d672c95800c6a3d4b46b0ef5ecfa4 (patch)
tree3ce62f9872742aa6372b7026f36e2dce2238bd67 /basic/source/runtime/dllmgr-x64.cxx
parent40fe03745fc75609350cf8115134eb07f04eefa7 (diff)
Fix basic Windows build
Diffstat (limited to 'basic/source/runtime/dllmgr-x64.cxx')
-rwxr-xr-xbasic/source/runtime/dllmgr-x64.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx
index dc774f17bfb0..f38e587a3fa0 100755
--- a/basic/source/runtime/dllmgr-x64.cxx
+++ b/basic/source/runtime/dllmgr-x64.cxx
@@ -31,6 +31,7 @@
#if defined(WNT)
#include <windows.h>
+#undef GetObject
#endif
#include <algorithm>