mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
- add strto*i64 (VC6, decent compilers/crt have them)
This commit is contained in:
parent
61aeb63e8a
commit
16bda08080
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user