mirror of
https://github.com/php/php-src.git
synced 2026-04-14 19:41:05 +02:00
- add strto*i64 (VC6, decent compilers/crt have them)
This commit is contained in:
@@ -310,6 +310,11 @@ ADD_SOURCES("main", "main.c snprintf.c spprintf.c safe_mode.c getopt.c fopen_wra
|
||||
php_open_temporary_file.c php_logos.c output.c internal_functions.c php_sprintf.c");
|
||||
ADD_SOURCES("win32", "inet.c");
|
||||
|
||||
// Newer versions have it
|
||||
if (VCVERS <= 1300) {
|
||||
ADD_SOURCES("win32", "strtoi64.c");
|
||||
}
|
||||
|
||||
ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \
|
||||
userspace.c transports.c xp_socket.c mmap.c glob_wrapper.c");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user