summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-09-14 12:58:20 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-14 12:58:20 +0200
commit428a2d7f37870788e521f3a384a43ece532b1605 (patch)
tree7fb06c3faf66ca7ce904951d0d535f615ff121ce /i18npool/source
parentaab9dafd7b89ef764a691d2ad4abd14ec88dddf4 (diff)
win32-force-version-fix.diff: force WINVER when using non-std win api
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/isolang/inwnt.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/source/isolang/inwnt.cxx b/i18npool/source/isolang/inwnt.cxx
index 2e07e8ea1322..ddc5016d7c40 100644
--- a/i18npool/source/isolang/inwnt.cxx
+++ b/i18npool/source/isolang/inwnt.cxx
@@ -29,6 +29,8 @@
#include <sal/config.h>
+#define WINVER 0x0500
+
#ifdef _MSC_VER
#pragma warning(push,1) // disable warnings within system headers
#endif