summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-16 16:36:15 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-16 20:23:14 +0200
commit27d0dd881bf03836ffe4dd3dae637aed0c10c5c9 (patch)
tree5343768a385905329c95424290ea8847061a00b6 /fpicker
parent91be92c24d31d88a824256684714689ba8531933 (diff)
WaE: "_WIN32_WINNT" redefined
Diffstat (limited to 'fpicker')
-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