Skip to content
Snippets Groups Projects
Commit 3778df14 authored by Huw D. M. Davies's avatar Huw D. M. Davies Committed by Alexandre Julliard
Browse files

Map StrChrA to strchr. Fix StrChrW arg list.

parent fadc18e0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment