From 96ecf5ae8b8471aa7aa9e44f12c541b94aefa907 Mon Sep 17 00:00:00 2001 From: Jonathan Marshall Date: Tue, 26 Jul 2011 09:52:58 +1200 Subject: fix win32 build of TexturePacker --- tools/TexturePacker/XBMCTex.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/TexturePacker/XBMCTex.cpp b/tools/TexturePacker/XBMCTex.cpp index 1777f6cab8..b1c0105f61 100644 --- a/tools/TexturePacker/XBMCTex.cpp +++ b/tools/TexturePacker/XBMCTex.cpp @@ -19,16 +19,18 @@ * */ -//#include -//#include +#ifdef _WIN32 +#include +#include +#define __STDC_FORMAT_MACROS +#include +#endif //#include #include //#include -//#include #include #include -//#define __STDC_FORMAT_MACROS #include #include #undef main -- cgit v1.2.3