remove xbox support; it doesn't work, and it'd take too much effort to get it working again

This commit is contained in:
AJ Kelly
2011-03-19 19:28:57 -05:00
parent 22b7b34897
commit cf81f8cc3b
61 changed files with 75 additions and 5528 deletions
+1 -10
View File
@@ -5,16 +5,7 @@
#include "global.h"
#if defined(_XBOX)
void noise_get_heavy(void (*func) (void *, int))
{
}
void noise_get_light(void (*func) (void *, int))
{
}
#elif defined(_WINDOWS)
#if defined(_WINDOWS)
#define _WIN32_WINNT 0x0400 // VC6 header needs this defined.
#include <windows.h>
#include <wincrypt.h>