fixed: on windows xp daemon deadlocks and synergys crashes on startup. also fixed uninitialized ipc program args value (always turning ipc on). moved the event queue further up the stack for (client, server and daemon) so that it's always available (not just in the main loop).

This commit is contained in:
Nick Bolton 2012-07-14 00:15:07 +00:00
parent a62fee84cc
commit 4378e520f0
7 changed files with 14 additions and 14 deletions

View file

@ -29,6 +29,7 @@
#include "TMethodEventJob.h"
#include "CIpcMessage.h"
#include "Ipc.h"
#include "CEventQueue.h"
#if SYSAPI_WIN32
#include "CArchMiscWindows.h"
@ -252,6 +253,7 @@ CApp::run(int argc, char** argv)
arch.init();
CLog log;
CEventQueue events;
#if MAC_OS_X_VERSION_10_7
// dock hide only supported on lion :(