mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 07:06:10 +08:00
Fixed issue 479
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user