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 | b8caeebffe178f292d636e3075de6c4a24c7a56a (patch) | |
tree | 9f70d93731e6cf12a9f09637216fbab35ac506c7 /win32/CheckD2D.cxx | |
parent | dfedaa13977bcd49c14ac6c45aa86047f88aa6fe (diff) | |
download | scintilla-mirror-b8caeebffe178f292d636e3075de6c4a24c7a56a.tar.gz |
Backport: Remove automatic detection of Direct2D support during build.
DISABLE_D2D may still be defined to remove Direct2D features.
Backport of changeset 6672:9c1997a14d89.
Diffstat (limited to 'win32/CheckD2D.cxx')
-rw-r--r-- | win32/CheckD2D.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/CheckD2D.cxx b/win32/CheckD2D.cxx deleted file mode 100644 index 80f5d46d2..000000000 --- a/win32/CheckD2D.cxx +++ /dev/null @@ -1,3 +0,0 @@ -// This file is compiled to check whether Direct2D and DirectWrite headers are available. -#include <d2d1.h> -#include <dwrite.h> |