This commit is contained in:
Glenn Maynard
2004-08-07 02:10:21 +00:00
parent c92d595bc4
commit a2db26309e
+3 -1
View File
@@ -16,7 +16,9 @@
#endif #endif
#if defined(_XBOX) #if defined(_XBOX)
# include <Malloc.h> // for alloca # include <malloc.h> // for alloca
#elif !defined(WIN32)
# include <alloca.h>
#endif #endif
#ifndef png_jmpbuf #ifndef png_jmpbuf