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
1a4be359
Commit
1a4be359
authored
Apr 18, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Apr 25, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
twinapi.appcore: Add UnregisterAppStateChangeNotification stub.
parent
5ff1242c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
main.c
dlls/twinapi.appcore/main.c
+8
-0
twinapi.appcore.spec
dlls/twinapi.appcore/twinapi.appcore.spec
+1
-1
No files found.
dlls/twinapi.appcore/main.c
View file @
1a4be359
...
...
@@ -29,3 +29,11 @@ ULONG WINAPI RegisterAppStateChangeNotification( PAPPSTATE_CHANGE_ROUTINE routin
FIXME
(
"routine %p, context %p, reg %p - stub.
\n
"
,
routine
,
context
,
reg
);
return
ERROR_CALL_NOT_IMPLEMENTED
;
}
/***********************************************************************
* UnregisterAppStateChangeNotification (twinapi.appcore.@)
*/
void
WINAPI
UnregisterAppStateChangeNotification
(
PAPPSTATE_REGISTRATION
reg
)
{
FIXME
(
"reg %p - stub.
\n
"
,
reg
);
}
dlls/twinapi.appcore/twinapi.appcore.spec
View file @
1a4be359
...
...
@@ -124,4 +124,4 @@
@ stub RegisterAppConstrainedChangeNotification
@ stdcall RegisterAppStateChangeNotification(ptr ptr ptr)
@ stub UnregisterAppConstrainedChangeNotification
@ st
ub UnregisterAppStateChangeNotification
@ st
dcall UnregisterAppStateChangeNotification(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