Add _XBOX undefined

This commit is contained in:
yoshihiropsp 2010-03-26 15:30:35 +00:00
parent fb1921507e
commit 4d0593d1a8
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@
#include <string>
extern const u8 logo_data[156];
#ifdef WIN32
#if defined(WIN32) && !defined(_XBOX)
#include <winsock2.h>
#include <windows.h>