Commit ea25ff6d authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Correct argument count for URLDownloadToCacheFile{A,W}.

parent 84d4fc5e
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
@ stdcall RevokeFormatEnumerator(ptr ptr) @ stdcall RevokeFormatEnumerator(ptr ptr)
@ stub SetSoftwareUpdateAdvertisementState @ stub SetSoftwareUpdateAdvertisementState
@ stub URLDownloadA @ stub URLDownloadA
@ stdcall URLDownloadToCacheFileA(ptr str str long ptr) @ stdcall URLDownloadToCacheFileA(ptr str str long long ptr)
@ stdcall URLDownloadToCacheFileW(ptr wstr wstr long ptr) @ stdcall URLDownloadToCacheFileW(ptr wstr wstr long long ptr)
@ stdcall URLDownloadToFileA(ptr str str long ptr) @ stdcall URLDownloadToFileA(ptr str str long ptr)
@ stdcall URLDownloadToFileW(ptr wstr wstr long ptr) @ stdcall URLDownloadToFileW(ptr wstr wstr long ptr)
@ stub URLDownloadW @ stub URLDownloadW
......
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