Commit aff3a8b3 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Correct the number of parameters for StrRStrIA/W.

parent cf51b654
......@@ -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
......
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