Fixed Extract prototype.

oldstable
Steven Edwards 2004-06-30 18:16:35 +00:00 committed by Alexandre Julliard
parent 81fa85cdb8
commit 4679e78432
1 changed files with 1 additions and 1 deletions

View File

@ -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 );