Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
20ea04f9
Commit
20ea04f9
authored
Nov 03, 2005
by
Steven Edwards
Committed by
Alexandre Julliard
Nov 03, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a real stub for Advpack.extract.
parent
4e76f91f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
advpack.c
dlls/advpack/advpack.c
+15
-0
advpack.spec
dlls/advpack/advpack.spec
+1
-1
No files found.
dlls/advpack/advpack.c
View file @
20ea04f9
...
...
@@ -393,6 +393,21 @@ HRESULT WINAPI ExecuteCab( HWND hwnd, PCABINFO pCab, LPVOID pReserved )
}
/***********************************************************************
* ExtractFiles (ADVPACK.@)
*
* BUGS
* Unimplemented
*/
HRESULT
WINAPI
ExtractFiles
(
LPCSTR
CabName
,
LPCSTR
ExpandDir
,
DWORD
Flags
,
LPCSTR
FileList
,
LPVOID
LReserved
,
DWORD
Reserved
)
{
FIXME
(
"(%p %p 0x%08lx %p %p 0x%08lx): stub
\n
"
,
CabName
,
ExpandDir
,
Flags
,
FileList
,
LReserved
,
Reserved
);
return
E_FAIL
;
}
/***********************************************************************
* TranslateInfString (ADVPACK.@)
*
* BUGS
...
...
dlls/advpack/advpack.spec
View file @
20ea04f9
...
...
@@ -6,7 +6,7 @@
@ stdcall -private DllMain(long long ptr)
@ stdcall DoInfInstall(ptr)
@ stdcall ExecuteCab(ptr ptr ptr)
@ st
ub ExtractFiles
@ st
dcall ExtractFiles(str str long ptr ptr long)
@ stub FileSaveMarkNotExist
@ stub FileSaveRestore
@ stub FileSaveRestoreOnINF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment