1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #ifndef THIRD_PARTY_APPLE_APSL_CFRUNTIME_H_
- #define THIRD_PARTY_APPLE_APSL_CFRUNTIME_H_
- typedef struct __ChromeCFRuntimeBase {
- uintptr_t _cfisa;
- uint8_t _cfinfo[4];
- #if __LP64__
- uint32_t _rc;
- #endif
- } ChromeCFRuntimeBase;
- #endif
|