alloca.h
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user