diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:51:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:51:26 +0000 |
commit | 954533f3adc7924a4d162f4eaada199ca0765b7d (patch) | |
tree | 3f60488823d3eafa9c4f9628f861d7a52b1d7e49 /shell | |
parent | d435519c9398d0cc1e5e2d7c517a17460526b364 (diff) |
INTEGRATION: CWS mingwport03 (1.4.32); FILE MERGED
2007/03/19 15:51:13 vg 1.4.32.3: RESYNC: (1.5-1.6); FILE MERGED
2006/11/09 00:18:12 vg 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED
2006/09/07 14:32:54 vg 1.4.32.1: #i53572# MinGW port
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/ooofilt/proxy/ooofiltproxy.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/ooofilt/proxy/ooofiltproxy.cxx b/shell/source/win32/shlxthandler/ooofilt/proxy/ooofiltproxy.cxx index 856925dbf62e..64be2b0c8beb 100644 --- a/shell/source/win32/shlxthandler/ooofilt/proxy/ooofiltproxy.cxx +++ b/shell/source/win32/shlxthandler/ooofilt/proxy/ooofiltproxy.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ooofiltproxy.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2007-01-02 16:12:50 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:51:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,10 @@ #pragma warning(pop) #endif #include <tchar.h> +#ifdef __MINGW32__ +#include <basetyps.h> +#endif + /* The indexing filter library ooofilt.dll is linked against a couple |