diff options
author | nyamatongwe <devnull@localhost> | 2011-09-25 07:47:55 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-09-25 07:47:55 +1000 |
commit | 1237be33a5d1f857ddd488ec1ea7137d00152100 (patch) | |
tree | 2c6f5214193a18da8cf32254a4031a79458cce2c | |
parent | ce65bcafafff947ff7c5cc76a89c6e302917f122 (diff) | |
download | scintilla-mirror-1237be33a5d1f857ddd488ec1ea7137d00152100.tar.gz |
Allow choice of D2D on compiler command line.
-rw-r--r-- | win32/PlatWin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/PlatWin.h b/win32/PlatWin.h index 38068ad02..b417ac138 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -9,7 +9,7 @@ extern bool IsNT(); extern void Platform_Initialise(void *hInstance); extern void Platform_Finalise(); -#if defined(_MSC_VER) +#if defined(USE_D2D) extern bool LoadD2D(); extern ID2D1Factory *pD2DFactory; extern IDWriteFactory *pIDWriteFactory; |