From 8baab3c8d7a6f22888bd581cd5c6098fd2e4b5a8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:44:24 +0200 Subject: Adding upstream version 2:8.1.0875. 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