mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[RPCSS]
* Create ScmCreatedEvent when we are done initializing. svn path=/trunk/; revision=65770
This commit is contained in:
@@ -98,6 +98,10 @@ BOOL RPCSS_Initialize(void)
|
||||
exit_event = __wine_make_process_system();
|
||||
#else
|
||||
exit_event = CreateEventW(NULL, FALSE, FALSE, NULL); // never fires
|
||||
{
|
||||
HANDLE hStartEvent = CreateEventW(NULL, TRUE, FALSE, L"ScmCreatedEvent");
|
||||
SetEvent(hStartEvent);
|
||||
}
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user