diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-16 16:36:15 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-16 20:23:14 +0200 |
commit | 27d0dd881bf03836ffe4dd3dae637aed0c10c5c9 (patch) | |
tree | 5343768a385905329c95424290ea8847061a00b6 /fpicker | |
parent | 91be92c24d31d88a824256684714689ba8531933 (diff) |
WaE: "_WIN32_WINNT" redefined
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/FileOpenDlg.cxx | 3 |
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 |