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
c9148373
Commit
c9148373
authored
Oct 27, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Oct 27, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add stub implementations for LaunchINFSection(Ex).
parent
2f2f3a1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
advpack.c
dlls/advpack/advpack.c
+16
-0
advpack.spec
dlls/advpack/advpack.spec
+2
-2
No files found.
dlls/advpack/advpack.c
View file @
c9148373
...
@@ -35,3 +35,19 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
...
@@ -35,3 +35,19 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
return
TRUE
;
return
TRUE
;
}
}
/***********************************************************************
* LaunchINFSection (SETUPAPI.@)
*/
void
WINAPI
LaunchINFSection
(
HWND
hWnd
,
HINSTANCE
hInst
,
LPCSTR
cmdline
,
INT
show
)
{
FIXME
(
"%p %p %s %d
\n
"
,
hWnd
,
hInst
,
debugstr_a
(
cmdline
),
show
);
}
/***********************************************************************
* LaunchINFSectionEx (SETUPAPI.@)
*/
void
WINAPI
LaunchINFSectionEx
(
HWND
hWnd
,
HINSTANCE
hInst
,
LPCSTR
cmdline
,
INT
show
)
{
FIXME
(
"%p %p %s %d
\n
"
,
hWnd
,
hInst
,
debugstr_a
(
cmdline
),
show
);
}
dlls/advpack/advpack.spec
View file @
c9148373
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
@ stub GetVersionFromFile
@ stub GetVersionFromFile
@ stub GetVersionFromFileEx
@ stub GetVersionFromFileEx
@ stub IsNTAdmin
@ stub IsNTAdmin
@ st
ub LaunchINFSection
@ st
dcall LaunchINFSection(ptr ptr str long)
@ st
ub LaunchINFSectionEx
@ st
dcall LaunchINFSectionEx(ptr ptr str long)
@ stub NeedReboot
@ stub NeedReboot
@ stub NeedRebootInit
@ stub NeedRebootInit
@ stub OpenINFEngine
@ stub OpenINFEngine
...
...
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