This commit is contained in:
Kovid Goyal 2023-01-26 16:30:02 +05:30
parent a92149c5b8
commit 4e4088c27c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -37,6 +37,7 @@ using namespace winrt::Windows::Storage::Streams;
typedef uint64_t id_type; typedef uint64_t id_type;
static std::mutex output_lock; static std::mutex output_lock;
static DWORD main_thread_id;
template<typename T, typename... Args> static void template<typename T, typename... Args> static void
__debug_multiple(T x, Args... args) { __debug_multiple(T x, Args... args) {
@ -59,7 +60,6 @@ debug(Args... args) {
} }
static std::atomic_bool main_loop_is_running; static std::atomic_bool main_loop_is_running;
static DWORD main_thread_id;
enum { enum {
STDIN_FAILED = 1, STDIN_FAILED = 1,
STDIN_MSG, STDIN_MSG,