From 4d0593d1a809923390bc99d4a9d499998cce0aa5 Mon Sep 17 00:00:00 2001 From: yoshihiropsp Date: Fri, 26 Mar 2010 15:30:35 +0000 Subject: [PATCH] Add _XBOX undefined --- desmume/src/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desmume/src/common.h b/desmume/src/common.h index 5769e10fc..d27ed978a 100644 --- a/desmume/src/common.h +++ b/desmume/src/common.h @@ -29,7 +29,8 @@ #include extern const u8 logo_data[156]; -#ifdef WIN32 + +#if defined(WIN32) && !defined(_XBOX) #include #include