[threads] Replace use of W32Handle by MonoOSEvent for MonoThreadInfo exited event...
[mono.git] / mono / mini / debugger-agent.c
index 8ba135ce1321da6d05b39b6e080ac940c4c03162..3063ab4d3af3ee4ff51daa662763424e693ae48e 100644 (file)
@@ -669,7 +669,7 @@ static MonoGHashTable *tid_to_thread_obj;
 
 static MonoNativeThreadId debugger_thread_id;
 
-static HANDLE debugger_thread_handle;
+static MonoThreadHandle *debugger_thread_handle;
 
 static int log_level;