2
0

no_64bit_syshdr.h 249 B

1234567891011121314
  1. /* This wrapper undefines (u)int64_t */
  2. #ifdef PB_OLD_SYSHDR
  3. #include PB_OLD_SYSHDR
  4. #else
  5. #include <stdint.h>
  6. #include <stddef.h>
  7. #include <stdbool.h>
  8. #include <string.h>
  9. #endif
  10. #define uint64_t disabled_uint64_t
  11. #define int64_t disabled_int64_t