Skip to content

Commit b33d24f

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 2b00251 + e7aee37 commit b33d24f

File tree

1 file changed

+4
-0
lines changed
  • test/Inputs/clang-importer-sdk/usr/include

1 file changed

+4
-0
lines changed

test/Inputs/clang-importer-sdk/usr/include/ctypes.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ typedef SInt32 OSStatus;
170170

171171
// Types from stdint.h.
172172
#include <stdint.h>
173+
#if defined(_WIN32)
174+
typedef __INTPTR_TYPE__ intptr_t;
175+
typedef __UINTPTR_TYPE__ uintptr_t;
176+
#endif
173177
STDLIB_TEST(__UINT8_TYPE__, uint8_t);
174178
STDLIB_TEST(__UINT16_TYPE__, uint16_t);
175179
STDLIB_TEST(__UINT32_TYPE__, uint32_t);

0 commit comments

Comments
 (0)