diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-09-14 12:58:20 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-14 12:58:20 +0200 |
commit | 428a2d7f37870788e521f3a384a43ece532b1605 (patch) | |
tree | 7fb06c3faf66ca7ce904951d0d535f615ff121ce /vcl/win | |
parent | aab9dafd7b89ef764a691d2ad4abd14ec88dddf4 (diff) |
win32-force-version-fix.diff: force WINVER when using non-std win api
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/gdi/salprn.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/win/source/gdi/salprn.cxx b/vcl/win/source/gdi/salprn.cxx index 9d8d41723f64..c8c7b5c68fff 100644 --- a/vcl/win/source/gdi/salprn.cxx +++ b/vcl/win/source/gdi/salprn.cxx @@ -28,6 +28,8 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" +#define WINVER 0x0500 + #include <string.h> #include <tools/svwin.h> |