diff options
author | Tony Theodore <tonyt@logyst.com> | 2021-11-11 06:26:12 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2021-11-11 06:26:12 (GMT) |
commit | bcecca2a7db610d0cce356f1e95afba231be65ff (patch) | |
tree | b2d56d8d751054d73e8a83f2df0bbd8a1316efe8 /src | |
parent | 74fb642bc41d6e80f07a668be56bd72df70ca29b (diff) | |
download | mxe-bcecca2a7db610d0cce356f1e95afba231be65ff.zip mxe-bcecca2a7db610d0cce356f1e95afba231be65ff.tar.gz mxe-bcecca2a7db610d0cce356f1e95afba231be65ff.tar.bz2 |
widl: remove patch after mingw-w64 update
Diffstat (limited to 'src')
-rw-r--r-- | src/widl-1-fixes.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/widl-1-fixes.patch b/src/widl-1-fixes.patch deleted file mode 100644 index 97724f6..0000000 --- a/src/widl-1-fixes.patch +++ /dev/null @@ -1,26 +0,0 @@ -This file is part of MXE. See LICENSE.md for licensing information. - -Contains ad hoc patches for cross building. - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Tony Theodore <tonyt@logyst.com> -Date: Sat, 18 Nov 2017 21:47:35 +1100 -Subject: [PATCH 1/1] fixes - - -diff --git a/mingw-w64-tools/widl/include/windef.h b/mingw-w64-tools/widl/include/windef.h -index 8e8a08a..3d50e13 100644 ---- a/mingw-w64-tools/widl/include/windef.h -+++ b/mingw-w64-tools/widl/include/windef.h -@@ -101,7 +101,7 @@ extern "C" { - #endif /* __cdecl */ - - #ifndef __ms_va_list --# if (defined(__x86_64__) || defined(__aarch64__)) && defined (__GNUC__) -+# if (defined(__x86_64__) || defined(__aarch64__)) && defined (__GNUC__) && defined(__builtin_ms_va_list) - # define __ms_va_list __builtin_ms_va_list - # define __ms_va_start(list,arg) __builtin_ms_va_start(list,arg) - # define __ms_va_end(list) __builtin_ms_va_end(list) --- -2.17.1 - |