remove xbox support; it doesn't work, and it'd take too much effort to get it working again
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#include "RageUtil.h"
|
||||
#include <memory>
|
||||
|
||||
#if defined(_WINDOWS) || defined(_XBOX)
|
||||
#if defined(_WINDOWS)
|
||||
#include "zlib/zlib.h"
|
||||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
#if defined(_MSC_VER)
|
||||
#pragma comment(lib, "zlib/zdll.lib")
|
||||
#endif
|
||||
#elif defined(MACOSX)
|
||||
|
||||
Reference in New Issue
Block a user