mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
[RPCSS]
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64654
This commit is contained in:
parent
624d93ddbf
commit
fd993b97d5
4 changed files with 9 additions and 2 deletions
|
@ -16,4 +16,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma makedep server
|
||||||
|
|
||||||
#include "wine/epm.idl"
|
#include "wine/epm.idl"
|
||||||
|
|
|
@ -16,4 +16,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma makedep server
|
||||||
|
|
||||||
#include "wine/irot.idl"
|
#include "wine/irot.idl"
|
||||||
|
|
|
@ -94,8 +94,11 @@ BOOL RPCSS_Initialize(void)
|
||||||
if (status != RPC_S_OK)
|
if (status != RPC_S_OK)
|
||||||
goto fail;
|
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
|
exit_event = CreateEventW(NULL, FALSE, FALSE, NULL); // never fires
|
||||||
|
#endif
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
|
|
@ -244,7 +244,7 @@ reactos/base/applications/notepad # Forked at Wine-20041201
|
||||||
reactos/base/applications/regedit # Out of sync
|
reactos/base/applications/regedit # Out of sync
|
||||||
reactos/base/applications/winhlp32 # Synced to Wine-1.7.27
|
reactos/base/applications/winhlp32 # Synced to Wine-1.7.27
|
||||||
reactos/base/applications/wordpad # Synced to Wine-1.7.9
|
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/expand # Synced to Wine-1.7.1
|
||||||
reactos/base/system/msiexec # Synced to Wine-1.7.1
|
reactos/base/system/msiexec # Synced to Wine-1.7.1
|
||||||
reactos/modules/rosapps/winfile # Autosync
|
reactos/modules/rosapps/winfile # Autosync
|
||||||
|
|
Loading…
Reference in a new issue