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
cb05be7b
Commit
cb05be7b
authored
Feb 25, 2018
by
Nikolay Sivov
Committed by
Alexandre Julliard
Feb 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Add GetEnabledXStateFeatures() stub.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d4cc71c5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
api-ms-win-core-xstate-l2-1-0.spec
...win-core-xstate-l2-1-0/api-ms-win-core-xstate-l2-1-0.spec
+1
-1
cpu.c
dlls/kernel32/cpu.c
+9
-0
kernel32.spec
dlls/kernel32/kernel32.spec
+1
-1
kernelbase.spec
dlls/kernelbase/kernelbase.spec
+1
-1
No files found.
dlls/api-ms-win-core-xstate-l2-1-0/api-ms-win-core-xstate-l2-1-0.spec
View file @
cb05be7b
@ stub CopyContext
@ st
ub
GetEnabledXStateFeatures
@ st
dcall -ret64 -arch=i386,x86_64 GetEnabledXStateFeatures() kernel32.
GetEnabledXStateFeatures
@ stub GetXStateFeaturesMask
@ stub InitializeContext
@ stub LocateXStateFeature
...
...
dlls/kernel32/cpu.c
View file @
cb05be7b
...
...
@@ -327,3 +327,12 @@ DWORD WINAPI GetActiveProcessorCount(WORD group)
FIXME
(
"semi-stub, returning %u
\n
"
,
cpus
);
return
cpus
;
}
/***********************************************************************
* GetEnabledXStateFeatures (KERNEL32.@)
*/
DWORD64
WINAPI
GetEnabledXStateFeatures
(
void
)
{
FIXME
(
"
\n
"
);
return
0
;
}
dlls/kernel32/kernel32.spec
View file @
cb05be7b
...
...
@@ -657,7 +657,7 @@
# @ stub GetDurationFormat
# @ stub GetDurationFormatEx
@ stdcall GetDynamicTimeZoneInformation(ptr)
# @ stub GetEnabledXStateFeatures
@ stdcall -ret64 -arch=i386,x86_64 GetEnabledXStateFeatures()
@ stdcall GetEnvironmentStrings() GetEnvironmentStringsA
@ stdcall GetEnvironmentStringsA()
@ stdcall GetEnvironmentStringsW()
...
...
dlls/kernelbase/kernelbase.spec
View file @
cb05be7b
...
...
@@ -491,7 +491,7 @@
# @ stub GetEffectivePackageStatusForUser
# @ stub GetEightBitStringToUnicodeSizeRoutine
# @ stub GetEightBitStringToUnicodeStringRoutine
# @ stub
GetEnabledXStateFeatures
@ stdcall -ret64 -arch=i386,x86_64 GetEnabledXStateFeatures() kernel32.
GetEnabledXStateFeatures
@ stdcall GetEnvironmentStrings() kernel32.GetEnvironmentStrings
@ stdcall GetEnvironmentStringsA() kernel32.GetEnvironmentStringsA
@ stdcall GetEnvironmentStringsW() kernel32.GetEnvironmentStringsW
...
...
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