File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
branches/tensorflow-next/test/Inputs/clang-importer-sdk/usr/include Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
1461
1461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
1462
1462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
1463
1463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464
- refs/heads/tensorflow-next: 2b00251b89380db07de4b86a242962e64cba87a6
1464
+ refs/heads/tensorflow-next: b33d24fca58b47303f26b5700ba8bf0bbdd95238
Original file line number Diff line number Diff line change @@ -170,6 +170,10 @@ typedef SInt32 OSStatus;
170
170
171
171
// Types from stdint.h.
172
172
#include <stdint.h>
173
+ #if defined(_WIN32 )
174
+ typedef __INTPTR_TYPE__ intptr_t ;
175
+ typedef __UINTPTR_TYPE__ uintptr_t ;
176
+ #endif
173
177
STDLIB_TEST (__UINT8_TYPE__ , uint8_t );
174
178
STDLIB_TEST (__UINT16_TYPE__ , uint16_t );
175
179
STDLIB_TEST (__UINT32_TYPE__ , uint32_t );
You can’t perform that action at this time.
0 commit comments