Commit 3778df14 authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Map StrChrA to strchr. Fix StrChrW arg list.

parent fadc18e0
......@@ -324,10 +324,10 @@ type win32
@ stub StrCSpnIW
@ stub StrCSpnW
@ stub StrCatW
@ stub StrChrA
@ stdcall StrChrA (ptr long) strchr
@ stub StrChrIA
@ stub StrChrIW
@ stdcall StrChrW (ptr ptr) StrChrW
@ stdcall StrChrW (ptr long) StrChrW
@ stub StrCmpIW
@ stub StrCmpNA
@ stub StrCmpNIA
......
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