Edit cairo-wideint-type-private.h

This commit is contained in:
Dan Rosser 2025-07-18 00:17:17 +10:00
parent cef78ffa01
commit 1dbc8a999a

View file

@ -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;