From b1fc4c2cd37d6ea015a016aa80514de1355b4664 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 25 Sep 2011 07:47:55 +1000 Subject: Allow choice of D2D on compiler command line. --- win32/PlatWin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3