mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-14 07:30:30 +01:00
Edit cairo-wideint-type-private.h
This commit is contained in:
parent
cef78ffa01
commit
1dbc8a999a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue