From afce081b90c1e2c50c3507758c7558a0dfa1f33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 15:18:03 +0200 Subject: Adding upstream version 2:8.2.2434. Signed-off-by: Daniel Baumann --- src/if_perl_msvc/stdbool.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/if_perl_msvc/stdbool.h (limited to 'src/if_perl_msvc') diff --git a/src/if_perl_msvc/stdbool.h b/src/if_perl_msvc/stdbool.h new file mode 100644 index 0000000..de89e3b --- /dev/null +++ b/src/if_perl_msvc/stdbool.h @@ -0,0 +1,3 @@ +/* A stub stdbool.h for VC2012 or earlier. + * ActivePerl 5.20+ requires stdbool.h but VC2012 doesn't have it. */ +#define bool char -- cgit v1.2.3