[Commits] [SCM] claws-win32-installer branch, master, updated. 4.1.1-1-78-ga11be7b

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Oct 23 05:11:20 UTC 2023


The branch, master has been updated
       via  a11be7b7df880e7e82d61a85a84015d9e571c469 (commit)
      from  ca91e3c836c80d1c860983e861071c036c4d3508 (commit)

Summary of changes:
 patches/claws_mail/02-litehtml-mutex.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 patches/claws_mail/02-litehtml-mutex.patch


- Log -----------------------------------------------------------------
commit a11be7b7df880e7e82d61a85a84015d9e571c469
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun Oct 22 01:41:42 2023 -0700

    Use mingw mutex for litehtml plugin

diff --git a/patches/claws_mail/02-litehtml-mutex.patch b/patches/claws_mail/02-litehtml-mutex.patch
new file mode 100644
index 0000000..effd33e
--- /dev/null
+++ b/patches/claws_mail/02-litehtml-mutex.patch
@@ -0,0 +1,11 @@
+--- a/src/plugins/litehtml_viewer/litehtml/string_id.cpp	2023-10-22 01:38:45.040176772 -0700
++++ b/src/plugins/litehtml_viewer/litehtml/string_id.cpp	2023-10-22 01:39:05.772564455 -0700
+@@ -3,7 +3,7 @@
+ #include <assert.h>
+ 
+ #ifndef LITEHTML_NO_THREADS
+-	#include <mutex>
++	#include "mingw.mutex.h"
+ 	static std::mutex mutex;
+ 	#define lock_guard std::lock_guard<std::mutex> lock(mutex)
+ #else

-----------------------------------------------------------------------


hooks/post-receive
-- 
Installer sources for Claws Mail Windows port


More information about the Commits mailing list