specify graphics drivers

(This isn't the best place for this, but RageDisplay drivers probably aren't
destined for arch.)
This commit is contained in:
Glenn Maynard
2006-12-17 08:10:22 +00:00
parent 7e327ef5b8
commit a612f19a40
2 changed files with 5 additions and 0 deletions
@@ -7,6 +7,9 @@
#define HAVE_CRYPTOPP
#endif
#define SUPPORT_OPENGL
#define SUPPORT_D3D
#if defined(__MINGW32__)
#define _WINDOWS // This isn't defined under MinGW
#define NEED_CSTDLIB_WORKAROUND // Needed for llabs() in MinGW
@@ -13,6 +13,8 @@
// Xbox base path
#define SYS_BASE_PATH "D:\\"
#define SUPPORT_D3D
/* Stubs: */
inline HRESULT CoInitialize( LPVOID pvReserved ) { return S_OK; }
inline void CoUninitialize() { }