[Commits] [SCM] claws-win32-installer branch, gtk2, updated. 3.19.1-1-58-g7cfacbf
jonathan at claws-mail.org
jonathan at claws-mail.org
Mon Oct 23 05:11:51 UTC 2023
The branch, gtk2 has been updated
via 7cfacbf4e35d5921e57953225e52e04bc6bf000f (commit)
from 68761e642910edbb87b39d8f456d9fd5005becfb (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 7cfacbf4e35d5921e57953225e52e04bc6bf000f
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