[Commits] [SCM] claws-win32-installer branch, master, updated. 4.3.0-1-29-gf87b19d
jonathan at claws-mail.org
jonathan at claws-mail.org
Mon Sep 30 06:04:00 UTC 2024
The branch, master has been updated
via f87b19dbfdcff217970251c832fe25e0f273551f (commit)
from 0db5d11d176ce45cf1584020295b31108b5c1c51 (commit)
Summary of changes:
patches/cairo/01-win32-winnt.patch | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 patches/cairo/01-win32-winnt.patch
- Log -----------------------------------------------------------------
commit f87b19dbfdcff217970251c832fe25e0f273551f
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sun Sep 29 19:37:52 2024 -0700
Use global _WIN32_WINNT definition
diff --git a/patches/cairo/01-win32-winnt.patch b/patches/cairo/01-win32-winnt.patch
new file mode 100644
index 0000000..a0f7515
--- /dev/null
+++ b/patches/cairo/01-win32-winnt.patch
@@ -0,0 +1,14 @@
+--- a/meson.build 2024-09-29 19:12:06.392454174 -0700
++++ b/meson.build 2024-09-29 19:12:43.390663140 -0700
+@@ -532,9 +532,9 @@
+ conf.set('HAVE_D2D1_3_H', 1)
+ endif
+
+- add_project_arguments('-DWINVER=_WIN32_WINNT_WIN10', '-D_WIN32_WINNT=_WIN32_WINNT_WIN10', '-DNTDDI_VERSION=NTDDI_WIN10_RS3', language: ['c', 'cpp'])
++ #add_project_arguments('-DWINVER=_WIN32_WINNT_WIN10', '-D_WIN32_WINNT=_WIN32_WINNT_WIN10', '-DNTDDI_VERSION=NTDDI_WIN10_RS3', language: ['c', 'cpp'])
+ else
+- add_project_arguments('-DWINVER=_WIN32_WINNT_WIN2K', '-D_WIN32_WINNT=_WIN32_WINNT_WIN2K', language: ['c', 'cpp'])
++ #add_project_arguments('-DWINVER=_WIN32_WINNT_WIN2K', '-D_WIN32_WINNT=_WIN32_WINNT_WIN2K', language: ['c', 'cpp'])
+ endif
+ endif
+
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list