(Griffin) Ifdef d3d_w32_font.cpp with HAVE_WIN32_D3D9

This commit is contained in:
twinaphex 2014-10-27 16:46:57 +01:00
parent 0da1294755
commit b9d43eb1fb

View File

@ -257,7 +257,7 @@ FONTS
#include "../gfx/fonts/d3d_font.c"
#endif
#if defined(_WIN32) && !defined(_XBOX)
#if defined(HAVE_WIN32_D3D9)
#include "../gfx/fonts/d3d_w32_font.cpp"
#endif