fixed some xbox build errors :/

This commit is contained in:
Manu Evans
2004-01-17 05:21:24 +00:00
parent 8bf9b74421
commit ce888de237
11 changed files with 32 additions and 23 deletions
+1 -1
View File
@@ -146,10 +146,10 @@ CString vssprintf( const char *fmt, va_list argList)
}
#ifdef WIN32
#include "windows.h"
#ifdef _XBOX
#include "D3DX8Core.h"
#else
#include "windows.h"
#include "Dxerr8.h"
#pragma comment(lib, "Dxerr8.lib")
#endif