diff options
Diffstat (limited to 'basic/source/runtime/dllmgr-x86.cxx')
-rwxr-xr-x | basic/source/runtime/dllmgr-x86.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/runtime/dllmgr-x86.cxx b/basic/source/runtime/dllmgr-x86.cxx index 8650a4699dba..5b47511db11e 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> |