From 5123850db075b69272700b32314dc9b04e0b43b3 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 28 Mar 2021 13:34:57 +0100 Subject: Fix Windows XP to 7 compatibility (#5167) * Partially reverts 01a4e696b * Unify thread names - Remove use of GetThreadId API --- src/Root.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Root.cpp') diff --git a/src/Root.cpp b/src/Root.cpp index a1023e8e9..62d50c28c 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -1046,7 +1046,6 @@ void cRoot::TransitionNextState(NextState a_NextState) s_StopEvent.Set(); #ifdef WIN32 - DWORD Length; INPUT_RECORD Record { -- cgit v1.2.3