remove xbox support; it doesn't work, and it'd take too much effort to get it working again
This commit is contained in:
@@ -100,22 +100,10 @@ void GetBounds( const Surface *pSurf, RECT *out )
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#pragma include_alias( "zlib/zlib.h", "../zlib/zlib.h" )
|
||||
#include "../libpng/include/png.h"
|
||||
#if defined(_MSC_VER)
|
||||
# if defined(_XBOX)
|
||||
# pragma comment(lib, "../libpng/lib/xboxlibpng.lib")
|
||||
# else
|
||||
# pragma comment(lib, "../libpng/lib/libpng.lib")
|
||||
# endif
|
||||
# pragma comment(lib, "../libpng/lib/libpng.lib")
|
||||
#pragma warning(disable: 4611) /* interaction between '_setjmp' and C++ object destruction is non-portable */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user