Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
6b112806
Commit
6b112806
authored
Sep 06, 2005
by
Markus Amsler
Committed by
Alexandre Julliard
Sep 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a stub for IsNtAdmin.
parent
6e508761
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
advpack.c
dlls/advpack/advpack.c
+9
-0
advpack.spec
dlls/advpack/advpack.spec
+1
-1
No files found.
dlls/advpack/advpack.c
View file @
6b112806
...
...
@@ -144,6 +144,15 @@ BOOL WINAPI DoInfInstall(const SETUPCOMMAND_PARAMS *setup)
}
/***********************************************************************
* IsNTAdmin (ADVPACK.@)
*/
BOOL
WINAPI
IsNTAdmin
(
DWORD
reserved
,
PDWORD
pReserved
)
{
FIXME
(
"(0x%08lx, %p): stub
\n
"
,
reserved
,
pReserved
);
return
TRUE
;
}
/***********************************************************************
* NeedRebootInit (ADVPACK.@)
*/
DWORD
WINAPI
NeedRebootInit
(
VOID
)
...
...
dlls/advpack/advpack.spec
View file @
6b112806
...
...
@@ -12,7 +12,7 @@
@ stub FileSaveRestoreOnINF
@ stdcall GetVersionFromFile(str ptr ptr long)
@ stdcall GetVersionFromFileEx(str ptr ptr long)
@ st
ub IsNTAdmin
@ st
dcall IsNTAdmin(long ptr)
@ stdcall LaunchINFSection(ptr ptr str long)
@ stdcall LaunchINFSectionEx(ptr ptr str long)
@ stdcall NeedReboot(long)
...
...
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