From 2299a444890931e2762fe1e154aea6591ec06fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 4 Dec 2016 22:52:03 +0000 Subject: [PATCH] [NTDLL]: Export _wcstoui64 (as done in Win2k3). Prototype from msvcrt. CORE-12534 svn path=/trunk/; revision=73428 --- reactos/dll/ntdll/def/ntdll.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/ntdll/def/ntdll.spec b/reactos/dll/ntdll/def/ntdll.spec index b8acf9609b1..3dcda78c97b 100644 --- a/reactos/dll/ntdll/def/ntdll.spec +++ b/reactos/dll/ntdll/def/ntdll.spec @@ -1325,7 +1325,7 @@ 1312 cdecl _wcsicmp(wstr wstr) 1313 cdecl _wcslwr(wstr) 1314 cdecl _wcsnicmp(wstr wstr long) -# _wcstoui64 +1315 cdecl _wcstoui64(wstr ptr long) 1316 cdecl _wcsupr(wstr) 1317 cdecl _wtoi(wstr) 1318 cdecl _wtoi64(wstr)