From e49700acf9f109c360e515ff0c7ffdc71430d722 Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Mon, 22 Mar 1999 14:53:21 +0000 Subject: [PATCH] Added strlwr. --- relay32/ntdll.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay32/ntdll.spec b/relay32/ntdll.spec index a84242e00bf..5e561ddad4f 100644 --- a/relay32/ntdll.spec +++ b/relay32/ntdll.spec @@ -879,7 +879,7 @@ type win32 871 stub _splitpath 872 cdecl _strcmpi(str str) CRTDLL__strcmpi 873 cdecl _stricmp(str str) CRTDLL__strcmpi -874 stub _strlwr +874 cdecl _strlwr(str) CRTDLL__strlwr 875 cdecl _strnicmp(str str long) CRTDLL__strnicmp 876 cdecl _strupr(str) CRTDLL__strupr 877 cdecl _ultoa(long ptr long) CRTDLL__ultoa