diff options
Diffstat (limited to 'win32/PlatWin.cxx')
-rw-r--r-- | win32/PlatWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 507567bb8..723995407 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -26,7 +26,7 @@ #include <richedit.h> #include <windowsx.h> -#if defined(_MSC_VER) && (_MSC_VER > 1200) +#if defined(NTDDI_WIN7) && !defined(DISABLE_D2D) #define USE_D2D 1 #endif |