Commit 31c1895e authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

advpack: Fix some spec file entries.

parent 4c2062c2
......@@ -16,9 +16,9 @@
@ stdcall ExecuteCabA(ptr ptr ptr)
@ stdcall ExecuteCabW(ptr ptr ptr)
@ stdcall ExecuteCab(ptr ptr ptr) ExecuteCabA
@ stdcall ExtractFilesA(str str long ptr ptr long)
@ stdcall ExtractFilesW(wstr wstr long ptr ptr long)
@ stdcall ExtractFiles(str str long ptr ptr long) ExtractFilesA
@ stdcall ExtractFilesA(str str long str ptr long)
@ stdcall ExtractFilesW(wstr wstr long wstr ptr long)
@ stdcall ExtractFiles(str str long str ptr long) ExtractFilesA
@ stdcall FileSaveMarkNotExistA(str str str)
@ stdcall FileSaveMarkNotExistW(wstr wstr wstr)
@ stdcall FileSaveMarkNotExist(str str str) FileSaveMarkNotExistA
......
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