mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
- fix VC9 build (5.3+)
Please do not revert this fix again and to merge 5.3's changes to HEAD
This commit is contained in:
parent
769400ea83
commit
4e00d919d2
@ -124,9 +124,11 @@
|
||||
#define xmemmove memmove
|
||||
#if defined(_WIN32) && !defined(__GNUC__)
|
||||
#define xalloca _alloca
|
||||
#if _MSC_VER < 1500
|
||||
#ifndef vsnprintf
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
#define xalloca alloca
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user