diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-09-14 12:57:42 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-14 12:57:42 +0200 |
commit | b4896256c595f4b98bcd488bdb4c290e0b2c4b64 (patch) | |
tree | 8e220a3c427b6e408edc71237566ad4edb292afc /fpicker | |
parent | 777969e38b46ec3138e1c365260d136a0f1e7817 (diff) |
win32-force-version-fix.diff: force WINVER when using non-std win api
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/FileOpenDlg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.cxx b/fpicker/source/win32/filepicker/FileOpenDlg.cxx index 73a757058e28..6307d2a20a98 100644 --- a/fpicker/source/win32/filepicker/FileOpenDlg.cxx +++ b/fpicker/source/win32/filepicker/FileOpenDlg.cxx @@ -25,6 +25,8 @@ * ************************************************************************/ +#define _WIN32_WINNT 0x0500 + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_fpicker.hxx" |