From 2dec6dd505897498b8ea50043190961159f0b407 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 15 Jul 2010 09:29:32 +0000 Subject: tests: Added Xbox360 and PS3 toolset support git-svn-id: http://pugixml.googlecode.com/svn/trunk@602 99668b35-9821-0410-8761-19e4c4f06640 --- tests/allocator.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/allocator.cpp') diff --git a/tests/allocator.cpp b/tests/allocator.cpp index 7075194..e0efeef 100644 --- a/tests/allocator.cpp +++ b/tests/allocator.cpp @@ -9,7 +9,12 @@ # pragma cpp_extensions on // enable some extensions to include windows.h # endif -# include +# ifdef _XBOX_VER +# define NOD3D +# include +# else +# include +# endif namespace { -- cgit v1.2.3