We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebef3c5 + 106aa5d commit e7aee37Copy full SHA for e7aee37
test/Inputs/clang-importer-sdk/usr/include/ctypes.h
@@ -170,6 +170,10 @@ typedef SInt32 OSStatus;
170
171
// Types from stdint.h.
172
#include <stdint.h>
173
+#if defined(_WIN32)
174
+typedef __INTPTR_TYPE__ intptr_t;
175
+typedef __UINTPTR_TYPE__ uintptr_t;
176
+#endif
177
STDLIB_TEST(__UINT8_TYPE__, uint8_t);
178
STDLIB_TEST(__UINT16_TYPE__, uint16_t);
179
STDLIB_TEST(__UINT32_TYPE__, uint32_t);
0 commit comments