From 2876046398950e59c3b3c460e67e6fec7ff2ba3c Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Wed, 3 Dec 2008 20:30:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'php_5_3_0alpha2'. --- win32/php_strtoi64.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 win32/php_strtoi64.h (limited to 'win32/php_strtoi64.h') diff --git a/win32/php_strtoi64.h b/win32/php_strtoi64.h deleted file mode 100644 index 633ecb1059..0000000000 --- a/win32/php_strtoi64.h +++ /dev/null @@ -1,7 +0,0 @@ -#if _MSC_VERS <= 1300 -#include "php.h" -#include "php_stdint.h" - -PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base); -#define _strtoui64 _strtoi64 -#endif -- cgit v1.2.1