diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 09:58:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 09:58:28 +0000 |
commit | 8b0eb244ea9fa427f045c237f203e1f6b198ba25 (patch) | |
tree | 56d2530025191a414b6ee89012eee99475b2e587 /sal | |
parent | 06d83e02dd528c38ec6f9ccd6e952eee1d9d21f8 (diff) |
INTEGRATION: CWS mingwport04 (1.2.14); FILE MERGED
2007/04/18 09:49:37 vg 1.2.14.1: #i75844# MinGW port efforts part II
Diffstat (limited to 'sal')
-rw-r--r-- | sal/systools/win32/uwinapi/ResolveUnicows.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/systools/win32/uwinapi/ResolveUnicows.cpp b/sal/systools/win32/uwinapi/ResolveUnicows.cpp index 6595b87e5748..d18be652bfc3 100644 --- a/sal/systools/win32/uwinapi/ResolveUnicows.cpp +++ b/sal/systools/win32/uwinapi/ResolveUnicows.cpp @@ -1,5 +1,6 @@ -#include "macros.h" #ifdef __MINGW32__ +#include "macros.h" +#include <multimon.h> extern "C" { extern HMODULE hModuleUnicowsDLL; } |