From a80b9d4b622d672c95800c6a3d4b46b0ef5ecfa4 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Mon, 28 Mar 2011 12:54:35 +0200 Subject: Fix basic Windows build --- basic/source/runtime/dllmgr-x64.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'basic/source/runtime/dllmgr-x64.cxx') 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 +#undef GetObject #endif #include -- cgit