ucrtbase: Implement _o__stricmp().

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Józef Kucia 2019-06-04 15:18:24 +02:00 committed by Alexandre Julliard
parent 8571e34705
commit 6c7e3ac5a5
2 changed files with 2 additions and 2 deletions

View File

@ -696,7 +696,7 @@
@ stub _o__strerror
@ stub _o__strerror_s
@ stub _o__strftime_l
@ stub _o__stricmp
@ cdecl _o__stricmp(str str) ucrtbase._o__stricmp
@ stub _o__stricmp_l
@ stub _o__stricoll
@ stub _o__stricoll_l

View File

@ -1360,7 +1360,7 @@
@ stub _o__strerror
@ stub _o__strerror_s
@ stub _o__strftime_l
@ stub _o__stricmp
@ cdecl _o__stricmp(str str) MSVCRT__stricmp
@ stub _o__stricmp_l
@ stub _o__stricoll
@ stub _o__stricoll_l