Commit 6c7e3ac5 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

ucrtbase: Implement _o__stricmp().

parent 8571e347
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment