summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpicker/source/win32/filepicker/FileOpenDlg.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.cxx b/fpicker/source/win32/filepicker/FileOpenDlg.cxx
index 97fa27ebcb7b..8316243f1217 100644
--- a/fpicker/source/win32/filepicker/FileOpenDlg.cxx
+++ b/fpicker/source/win32/filepicker/FileOpenDlg.cxx
@@ -26,6 +26,9 @@
*
************************************************************************/
+#if defined _WIN32_WINNT
+# undef _WIN32_WINNT
+#endif
#define _WIN32_WINNT 0x0500