From 1dbc8a999a5098c2dec08177a5e5cda52a2e3576 Mon Sep 17 00:00:00 2001 From: Dan Rosser Date: Fri, 18 Jul 2025 00:17:17 +1000 Subject: [PATCH] Edit cairo-wideint-type-private.h --- src/cairo-wideint-type-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-wideint-type-private.h b/src/cairo-wideint-type-private.h index 4ba87d7f9..99c7285ea 100644 --- a/src/cairo-wideint-type-private.h +++ b/src/cairo-wideint-type-private.h @@ -51,7 +51,7 @@ #error Cannot find definitions for fixed-width integral types (uint8_t, uint32_t, etc.) #endif -#if defined(_MSC_VER) +#if defined(_MSC_VER) && !defined(HAVE_STDINT_H) typedef __int8 int8_t; typedef unsigned __int8 uint8_t; typedef __int16 int16_t;