mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a92149c5b8
commit
4e4088c27c
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user