mirror of
https://github.com/php/php-src.git
synced 2026-04-20 14:31:06 +02:00
- Get rid of build warning on Windows
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
# include "tsrm_config.w32.h"
|
||||
#endif
|
||||
|
||||
#ifdef TSRM_WIN32
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2))
|
||||
# define tsrm_do_alloca(p) alloca(p)
|
||||
# define tsrm_free_alloca(p)
|
||||
|
||||
Reference in New Issue
Block a user