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
@@ -63,7 +63,7 @@ freely, subject to the following restrictions:
#include <errno.h>
#if defined(_WINDOWS)
#if defined(_WINDOWS) || defined(_XBOX)
#include "zlib/zlib.h"
#pragma comment(lib, "zlib/zdll.lib")
#else