summaryrefslogtreecommitdiff
path: root/basic/source/runtime/dllmgr-x86.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
commitb61e1589bc58e920c856029effdecf2062e5975b (patch)
treed660350a4078bdbaa4498ac1c2b6e15d957f13c4 /basic/source/runtime/dllmgr-x86.cxx
parent0652fe22d215bce179ef387be29ab64b25ab8f2c (diff)
Fix basic Windows build
Diffstat (limited to 'basic/source/runtime/dllmgr-x86.cxx')
-rwxr-xr-xbasic/source/runtime/dllmgr-x86.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/runtime/dllmgr-x86.cxx b/basic/source/runtime/dllmgr-x86.cxx
index 8650a4699d..5b47511db1 100755
--- a/basic/source/runtime/dllmgr-x86.cxx
+++ b/basic/source/runtime/dllmgr-x86.cxx
@@ -31,6 +31,7 @@
#if defined(WNT)
#include <windows.h>
+#undef GetObject
#endif
#include <algorithm>