diff options
author | CrystalPT <CrystalPT@svn> | 2010-10-06 02:07:12 +0000 |
---|---|---|
committer | CrystalPT <CrystalPT@svn> | 2010-10-06 02:07:12 +0000 |
commit | c083db9248606bd9fdb340f39c1e2fdf6b8b0cf9 (patch) | |
tree | 6c42453f7b99ade02bae7baba34b5d778f92e497 /guilib | |
parent | 557866b3e9b0a2de24d116be68e37f6a3eda8767 (diff) |
[WIN32] fix GL build
(cherry picked from commit e6623934d52ce02fa2a929e335440d5424aa1afa)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@34480 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib')
-rw-r--r-- | guilib/GUIFontTTFDX.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guilib/GUIFontTTFDX.cpp b/guilib/GUIFontTTFDX.cpp index c94b64f7b6..7d6f59aec4 100644 --- a/guilib/GUIFontTTFDX.cpp +++ b/guilib/GUIFontTTFDX.cpp @@ -19,6 +19,8 @@ *
*/
+#ifdef HAS_DX
+
#include "GUIFont.h"
#include "GUIFontTTFDX.h"
#include "GUIFontManager.h"
@@ -36,8 +38,6 @@ using namespace std;
-#ifdef HAS_DX
-
struct CUSTOMVERTEX
{
FLOAT x, y, z;
|