diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-04-04 16:41:24 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-04-04 16:41:24 +1000 |
| commit | 837ca0527d7fa9286cae4755038e458d4f0e2a02 (patch) | |
| tree | ca2661bffa19661a47eea76d630849f7c01efbe0 /win32/PlatWin.cxx | |
| parent | 580e8f6567bca0554e3844a16a5417459fac2851 (diff) | |
| download | scintilla-mirror-837ca0527d7fa9286cae4755038e458d4f0e2a02.tar.gz | |
Remove automatic detection of Direct2D support during build.
DISABLE_D2D may still be defined to remove Direct2D features.
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 2eab32b60..00b118c82 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -33,7 +33,7 @@ #include <richedit.h> #include <windowsx.h> -#if defined(NTDDI_WIN7) && !defined(DISABLE_D2D) +#if !defined(DISABLE_D2D) #define USE_D2D 1 #endif |
