Fixed issue 479

This commit is contained in:
Nick Bolton
2010-06-01 20:22:37 +00:00
parent 6278a8fb14
commit a2b79e062c
4 changed files with 59 additions and 15 deletions

View File

@@ -20,6 +20,7 @@
#include "CApp.h"
#include "LogOutputters.h"
#include "CMSWindowsScreen.h"
#include "XSynergy.h"
#include <sstream>
#include <iostream>
@@ -189,7 +190,7 @@ exitPause(int code)
int c = _getch();
}
exit(code);
throw XExitApp(code);
}
static