diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:20:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:20:55 +0000 |
commit | f91ece78492933726ac20caf9e6acba4e6518e79 (patch) | |
tree | eacc418fe4a53054bf1ee743a74ecb173fa402bd /fpicker | |
parent | a80a8a61e6054ecc20842ac9327c73ac3a582e31 (diff) |
INTEGRATION: CWS mingwport03 (1.7.32); FILE MERGED
2006/11/07 18:05:00 vg 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED
2006/09/07 09:07:20 vg 1.7.32.1: #i53572# MinGW port
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/folderpicker/MtaFop.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/win32/folderpicker/MtaFop.hxx b/fpicker/source/win32/folderpicker/MtaFop.hxx index 1cb593893465..7f071d0b497c 100644 --- a/fpicker/source/win32/folderpicker/MtaFop.hxx +++ b/fpicker/source/win32/folderpicker/MtaFop.hxx @@ -4,9 +4,9 @@ * * $RCSfile: MtaFop.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-10-12 10:55:30 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:20:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,6 +49,9 @@ #endif #include <utility> +#ifdef __MINGW32__ +#include <windows.h> +#endif #if defined _MSC_VER #pragma warning(push, 1) #pragma warning(disable: 4917) |