* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64654
This commit is contained in:
Amine Khaldi 2014-10-10 11:38:00 +00:00
parent 624d93ddbf
commit fd993b97d5
4 changed files with 9 additions and 2 deletions

View file

@ -16,4 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep server
#include "wine/epm.idl"

View file

@ -16,4 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep server
#include "wine/irot.idl"

View file

@ -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;

View file

@ -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