Then stick it some place it only gets included for the Windows build.

This commit is contained in:
Steve Checkoway
2007-04-23 02:54:42 +00:00
parent ac6d86c36a
commit 9681c7fb3f
+1 -1
View File
@@ -358,6 +358,7 @@ static void CheckSettings()
#if defined(WIN32)
#include "RageDisplay_D3D.h"
#include "archutils/Win32/VideoDriverInfo.h"
#endif
#if defined(SUPPORT_OPENGL)
@@ -366,7 +367,6 @@ static void CheckSettings()
#include "RageDisplay_Null.h"
#include "archutils/Win32/VideoDriverInfo.h"
struct VideoCardDefaults
{