(XDK) win32_common.h - add ifndef _XBOX define

This commit is contained in:
twinaphex 2014-09-12 03:32:45 +02:00
parent 9c67b3f39c
commit 3eb362eaae
1 changed files with 1 additions and 3 deletions

View File

@ -20,9 +20,7 @@
extern "C" {
#endif
#ifdef _XBOX
#include <xtl.h>
#else
#ifndef _XBOX
#define WIN32_LEAN_AND_MEAN
#include <windows.h>