mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-25 12:28:48 +02:00
Added Ctrl-C handling for issue 479
This commit is contained in:
parent
60a428443e
commit
7842596748
8 changed files with 36 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
#include "CArchAppUtil.h"
|
||||
#include "CString.h"
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include "Windows.h"
|
||||
|
||||
#define ARCH_APPUTIL CArchAppUtilWindows
|
||||
|
@ -65,4 +66,5 @@ public:
|
|||
|
||||
private:
|
||||
AppExitMode m_exitMode;
|
||||
static BOOL WINAPI consoleHandler(DWORD CEvent);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue