From 45cfe12450305e91e99b33f1b92b104883a209cf Mon Sep 17 00:00:00 2001 From: Grzegorz Wawiorko Date: Fri, 10 Jan 2020 16:15:55 +0100 Subject: [PATCH] Use stdlib implementation. Do not redefine (#543) --- test_conformance/printf/util_printf.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test_conformance/printf/util_printf.c b/test_conformance/printf/util_printf.c index dbf604a7..31e58169 100644 --- a/test_conformance/printf/util_printf.c +++ b/test_conformance/printf/util_printf.c @@ -18,10 +18,6 @@ #include "test_printf.h" -#if defined (_WIN32) -#define strtoull _strtoi64 -#endif - const char* strType[] = {"int","float","octal","unsigned","hexadecimal","char","string","vector","address space"};