From 532c8cc9955001c6df8fa3d31b182a06a1c93e28 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Mon, 12 Feb 2018 21:26:16 +0200 Subject: [PATCH] Add _tcstoul --- include/uae/string.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uae/string.h b/include/uae/string.h index e1ea8338..7b975a74 100644 --- a/include/uae/string.h +++ b/include/uae/string.h @@ -44,6 +44,7 @@ #define _tcstod strtod #define _tcstok strtok #define _tcstol strtol +#define _tcstoul strtoul #define _totlower tolower #define _totupper toupper #define _tprintf printf -- 2.47.3