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>
This commit is contained in:
parent
8571e34705
commit
6c7e3ac5a5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue