mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[RPCSS]
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64654
This commit is contained in:
@@ -16,4 +16,6 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#pragma makedep server
|
||||
|
||||
#include "wine/epm.idl"
|
||||
|
||||
@@ -16,4 +16,6 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#pragma makedep server
|
||||
|
||||
#include "wine/irot.idl"
|
||||
|
||||
@@ -94,8 +94,11 @@ BOOL RPCSS_Initialize(void)
|
||||
if (status != RPC_S_OK)
|
||||
goto fail;
|
||||
|
||||
//exit_event = __wine_make_process_system();
|
||||
#ifndef __REACTOS__
|
||||
exit_event = __wine_make_process_system();
|
||||
#else
|
||||
exit_event = CreateEventW(NULL, FALSE, FALSE, NULL); // never fires
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
|
||||
|
||||
@@ -244,7 +244,7 @@ reactos/base/applications/notepad # Forked at Wine-20041201
|
||||
reactos/base/applications/regedit # Out of sync
|
||||
reactos/base/applications/winhlp32 # Synced to Wine-1.7.27
|
||||
reactos/base/applications/wordpad # Synced to Wine-1.7.9
|
||||
reactos/base/services/rpcss # Synced to Wine-1.7.1
|
||||
reactos/base/services/rpcss # Synced to Wine-1.7.27
|
||||
reactos/base/system/expand # Synced to Wine-1.7.1
|
||||
reactos/base/system/msiexec # Synced to Wine-1.7.1
|
||||
reactos/modules/rosapps/winfile # Autosync
|
||||
|
||||
Reference in New Issue
Block a user