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
981578b6
Commit
981578b6
authored
Aug 27, 2010
by
Louis Lenders
Committed by
Alexandre Julliard
Aug 30, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rstrtmgr: Add stub for RmStartSession.
parent
afa53a37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
main.c
dlls/rstrtmgr/main.c
+11
-0
rstrtmgr.spec
dlls/rstrtmgr/rstrtmgr.spec
+1
-1
No files found.
dlls/rstrtmgr/main.c
View file @
981578b6
...
...
@@ -46,3 +46,14 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
}
return
TRUE
;
}
/***********************************************************************
* RmStartSession (rstrtmgr.@)
*
* Start a new restart manager session
*/
DWORD
WINAPI
RmStartSession
(
DWORD
*
sessionhandle
,
DWORD
flags
,
WCHAR
sessionkey
[])
{
FIXME
(
"%p, %d, %p stub!
\n
"
,
sessionhandle
,
flags
,
sessionkey
);
return
ERROR_CALL_NOT_IMPLEMENTED
;
}
dlls/rstrtmgr/rstrtmgr.spec
View file @
981578b6
...
...
@@ -9,4 +9,4 @@
@ stub RmReserveHeap
@ stub RmRestart
@ stub RmShutdown
@ st
ub RmStartSession
@ st
dcall RmStartSession(ptr long 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