Correct check for MSVC version in wxUSE_GRAPHICS_CONTEXT definition.

Set wxUSE_GRAPHICS_CONTEXT to 1 by default for MSVC 7.1+ and not 8+.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-04-06 13:55:30 +00:00
parent b8cfc639ce
commit cc16513e28
9 changed files with 25 additions and 25 deletions

View File

@@ -325,7 +325,7 @@
#ifdef _MSC_VER
# if _MSC_VER >= 1400
# if _MSC_VER >= 1310
#define wxUSE_GRAPHICS_CONTEXT 0