void setupSignalHandlers() {
setupSynchronousSignalHandlers();
#ifdef _WIN32 // 32位额外处理
massert(10297,
"Couldn't register Windows Ctrl-C handler",
SetConsoleCtrlHandler(static_cast<PHANDLER_ROUTINE>(CtrlHandler), TRUE));
#else
#endif
}
typedef short int16_t;
typedef int int32_t;
typedef long long int64_t;
typedef shot int16_t;
typedef int int32_t;
typedef long int64_t;