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
b5656a8b
Commit
b5656a8b
authored
Oct 04, 2023
by
Fabian Maurer
Committed by
Alexandre Julliard
Oct 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Add WinSqmSetIfMaxDWORD stub.
parent
68fd74e7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
misc.c
dlls/ntdll/misc.c
+8
-0
ntdll.spec
dlls/ntdll/ntdll.spec
+1
-0
No files found.
dlls/ntdll/misc.c
View file @
b5656a8b
...
...
@@ -274,6 +274,14 @@ void WINAPI WinSqmSetDWORD(HANDLE session, DWORD datapoint_id, DWORD datapoint_v
}
/******************************************************************************
* WinSqmSetIfMaxDWORD (NTDLL.@)
*/
void
WINAPI
WinSqmSetIfMaxDWORD
(
DWORD
unk1
,
DWORD
unk2
,
DWORD
unk3
)
{
FIXME
(
"(0x%lx, 0x%lx, 0x%lx): stub
\n
"
,
unk1
,
unk2
,
unk3
);
}
/******************************************************************************
* EtwEventActivityIdControl (NTDLL.@)
*/
ULONG
WINAPI
EtwEventActivityIdControl
(
ULONG
code
,
GUID
*
guid
)
...
...
dlls/ntdll/ntdll.spec
View file @
b5656a8b
...
...
@@ -1175,6 +1175,7 @@
@ stdcall WinSqmIncrementDWORD(long long long)
@ stdcall WinSqmIsOptedIn()
@ stdcall WinSqmSetDWORD(ptr long long)
@ stdcall WinSqmSetIfMaxDWORD(long long long)
@ stdcall WinSqmStartSession(ptr long long)
@ extern -arch=win32 Wow64Transition
@ stdcall -private -syscall ZwAcceptConnectPort(ptr long ptr long ptr ptr) NtAcceptConnectPort
...
...
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