Commit 4679e784 authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

Fixed Extract prototype.

parent 81fa85cd
......@@ -1237,7 +1237,7 @@ static BOOL extract_cabinet_file( const WCHAR *cabinet, const WCHAR *root)
char directory[0x104]; /* 0x01c */
char lastfile[0x20c]; /* 0x120 */
} EXTRACTdest;
extern HRESULT Extract(EXTRACTdest*, LPCSTR);
extern HRESULT WINAPI Extract(EXTRACTdest*, LPCSTR);
char *cab_path, *src_path;
int len = strlenW( cabinet );
......
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