Someone had made ifdefs that were confusing if compiling for Xbox. The conflictual situations have been resolved.

This commit is contained in:
Renaud Lepage
2005-05-30 23:43:37 +00:00
parent ee5e506200
commit 1b124c16a5
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ CString vssprintf( const char *fmt, va_list argList)
#else
# include <windows.h>
# include <dxerr8.h>
# if defined(_MSC_VER)
# if defined(_MSC_VER) && !defined(_XBOX)
# pragma comment(lib, "dxerr8.lib")
# endif
#endif