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
418672f2
Commit
418672f2
authored
Dec 01, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Dec 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a stub implementation for GetCurrentHwProfileW.
parent
21970dc2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
advapi.c
dlls/advapi32/advapi.c
+6
-0
advapi32.spec
dlls/advapi32/advapi32.spec
+1
-0
No files found.
dlls/advapi32/advapi.c
View file @
418672f2
...
@@ -121,6 +121,12 @@ BOOL WINAPI GetCurrentHwProfileA(LPHW_PROFILE_INFOA pInfo)
...
@@ -121,6 +121,12 @@ BOOL WINAPI GetCurrentHwProfileA(LPHW_PROFILE_INFOA pInfo)
return
1
;
return
1
;
}
}
BOOL
WINAPI
GetCurrentHwProfileW
(
LPHW_PROFILE_INFOW
pInfo
)
{
FIXME
(
"(%p)
\n
"
,
pInfo
);
return
FALSE
;
}
/******************************************************************************
/******************************************************************************
* AbortSystemShutdownA [ADVAPI32.@]
* AbortSystemShutdownA [ADVAPI32.@]
*
*
...
...
dlls/advapi32/advapi32.spec
View file @
418672f2
...
@@ -108,6 +108,7 @@
...
@@ -108,6 +108,7 @@
@ stdcall GetAce(ptr long ptr)
@ stdcall GetAce(ptr long ptr)
@ stdcall GetAclInformation(ptr ptr long long)
@ stdcall GetAclInformation(ptr ptr long long)
@ stdcall GetCurrentHwProfileA(ptr)
@ stdcall GetCurrentHwProfileA(ptr)
@ stdcall GetCurrentHwProfileW(ptr)
@ stub GetEffectiveRightsFromAclA
@ stub GetEffectiveRightsFromAclA
@ stdcall GetExplicitEntriesFromAclA(ptr ptr ptr)
@ stdcall GetExplicitEntriesFromAclA(ptr ptr ptr)
@ stdcall GetExplicitEntriesFromAclW(ptr ptr ptr)
@ stdcall GetExplicitEntriesFromAclW(ptr ptr ptr)
...
...
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