fix Xbox compile errors

This commit is contained in:
Chris Danford
2004-06-15 06:58:34 +00:00
parent 69748ccf75
commit 037be3e0d3
2 changed files with 8 additions and 22 deletions
+4
View File
@@ -13,6 +13,10 @@
#include <png.h>
#endif
#if defined(_XBOX)
# include <Malloc.h> // for alloca
#endif
#ifndef png_jmpbuf
#define png_jmpbuf(png) ((png)->jmpbuf)
#endif