Fixed parameter types of function Extract.

This commit is contained in:
Stefan Leichter 2003-12-08 21:40:49 +00:00 committed by Alexandre Julliard
parent 6e5ab4551a
commit 384eadc88b

View file

@ -1,6 +1,6 @@
1 stub GetDllVersion
2 stdcall DllGetVersion (ptr) CABINET_DllGetVersion
3 stdcall Extract(long ptr)
3 stdcall Extract(ptr str)
4 stub DeleteExtractedFiles
10 cdecl FCICreate(ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr)
11 cdecl FCIAddFile(long ptr ptr long ptr ptr ptr long)