From 3d19c2df4007f2d31cd8efd0c5e89d787f4cb13e Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 26 Aug 2013 22:38:55 +0200 Subject: Merged strtoll MSVC fix from Ind's ScriptEngineUpdateP1 branch Credits to Ind for the fix, thanks to Takkun for reporting it Signed-off-by: Haru --- src/common/cbasetypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/common/cbasetypes.h b/src/common/cbasetypes.h index 05b799045..1e4fc04c7 100644 --- a/src/common/cbasetypes.h +++ b/src/common/cbasetypes.h @@ -240,6 +240,7 @@ typedef uintptr_t uintptr; #endif #if defined(_MSC_VER) && _MSC_VER > 1200 #define strtoull _strtoui64 +#define strtoll _strtoi64 #endif // keyword replacement -- cgit v1.2.3-70-g09d2