From 4682deeb62247d34de87f8e777f99e2d337fd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 20 Oct 2024 15:21:43 +0200 Subject: New upstream version 1.3 --- lib/windows-mutex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/windows-mutex.h') diff --git a/lib/windows-mutex.h b/lib/windows-mutex.h index 88de4bdc..cb676c1b 100644 --- a/lib/windows-mutex.h +++ b/lib/windows-mutex.h @@ -28,6 +28,7 @@ typedef struct { glwthread_initguard_t guard; /* protects the initialization */ + DWORD owner; CRITICAL_SECTION lock; } glwthread_mutex_t; -- cgit v1.2.3