mirror of
https://github.com/yawut/SDL.git
synced 2026-09-13 11:36:32 -05:00
Merged revision 3458 from SDL 1.2, fixed Borland C alloca() prototype
This commit is contained in:
@@ -212,6 +212,8 @@ extern DECLSPEC void SDLCALL SDL_free(void *mem);
|
|||||||
# define alloca _alloca
|
# define alloca _alloca
|
||||||
# elif defined(__WATCOMC__)
|
# elif defined(__WATCOMC__)
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
|
# elif defined(__BORLANDC__)
|
||||||
|
# include <malloc.h>
|
||||||
# elif defined(__DMC__)
|
# elif defined(__DMC__)
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
# elif defined(__AIX__)
|
# elif defined(__AIX__)
|
||||||
|
|||||||
Reference in New Issue
Block a user