aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libice/replace_macros.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libice/replace_macros.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libice/replace_macros.patch')
-rw-r--r--vcpkg/ports/libice/replace_macros.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/libice/replace_macros.patch b/vcpkg/ports/libice/replace_macros.patch
new file mode 100644
index 0000000..ac50880
--- /dev/null
+++ b/vcpkg/ports/libice/replace_macros.patch
@@ -0,0 +1,15 @@
+diff --git a/include/X11/ICE/ICElib.h b/include/X11/ICE/ICElib.h
+index 402cbc8..506c18b 100644
+--- a/include/X11/ICE/ICElib.h
++++ b/include/X11/ICE/ICElib.h
+@@ -32,8 +32,8 @@ Author: Ralph Mor, X Consortium
+ #include <X11/ICE/ICE.h>
+ #include <X11/Xfuncproto.h>
+
+-#define Bool int
+-#define Status int
++typedef int Bool;
++typedef int Status;
+ #define True 1
+ #define False 0
+