mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
- fix build with VC9 PSDK6.x
This commit is contained in:
parent
620b9b0341
commit
144b823b36
1 changed files with 3 additions and 1 deletions
|
@ -117,7 +117,9 @@
|
||||||
#if defined(_WIN32) && !defined(__GNUC__)
|
#if defined(_WIN32) && !defined(__GNUC__)
|
||||||
#define xalloca _alloca
|
#define xalloca _alloca
|
||||||
#ifdef NOT_RUBY
|
#ifdef NOT_RUBY
|
||||||
#define vsnprintf _vsnprintf
|
#if _MSC_VER < 1500
|
||||||
|
# define vsnprintf _vsnprintf
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define xalloca alloca
|
#define xalloca alloca
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue