alloca.h
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
#endif
|
||||
|
||||
#if defined(_XBOX)
|
||||
# include <Malloc.h> // for alloca
|
||||
# include <malloc.h> // for alloca
|
||||
#elif !defined(WIN32)
|
||||
# include <alloca.h>
|
||||
#endif
|
||||
|
||||
#ifndef png_jmpbuf
|
||||
|
||||
Reference in New Issue
Block a user