aboutsummaryrefslogtreecommitdiff
path: root/win32/include/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/include/stdint.h')
-rw-r--r--win32/include/stdint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/include/stdint.h b/win32/include/stdint.h
index 1f81fcc..cdebf44 100644
--- a/win32/include/stdint.h
+++ b/win32/include/stdint.h
@@ -31,6 +31,8 @@
#define __need_wchar_t
#include "stddef.h"
+#ifndef __int8_t_defined
+#define __int8_t_defined
/* 7.18.1.1 Exact-width integer types */
typedef signed char int8_t;
typedef unsigned char uint8_t;
@@ -40,6 +42,7 @@ typedef int int32_t;
typedef unsigned uint32_t;
typedef long long int64_t;
typedef unsigned long long uint64_t;
+#endif
/* 7.18.1.2 Minimum-width integer types */
typedef signed char int_least8_t;