Skip to content
Snippets Groups Projects
Commit aff3a8b3 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard
Browse files

Correct the number of parameters for StrRStrIA/W.

parent cf51b654
No related branches found
No related tags found
No related merge requests found
......@@ -637,8 +637,8 @@ init SHLWAPI_LibMain
@ stdcall StrRChrIA (str str long) StrRChrIA
@ stdcall StrRChrIW (str str long) StrRChrIW
@ stdcall StrRChrW (wstr wstr long) StrRChrW
@ stdcall StrRStrIA (str str) StrRStrIA
@ stdcall StrRStrIW (wstr wstr) StrRStrIW
@ stdcall StrRStrIA (str str str) StrRStrIA
@ stdcall StrRStrIW (wstr wstr wstr) StrRStrIW
@ stdcall StrSpnA (str str) StrSpnA
@ stdcall StrSpnW (wstr wstr) StrSpnW
@ stdcall StrStrA(str str)StrStrA
......
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