bfd_stdint.h 877 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* generated for i686-w64-mingw32-gcc (GCC) 9.3-win32 20200320 */
  2. #ifndef GCC_GENERATED_STDINT_H
  3. #define GCC_GENERATED_STDINT_H 1
  4. #include <sys/types.h>
  5. #include <stdint.h>
  6. /* glibc uses these symbols as guards to prevent redefinitions. */
  7. #ifdef __int8_t_defined
  8. #define _INT8_T
  9. #define _INT16_T
  10. #define _INT32_T
  11. #endif
  12. #ifdef __uint32_t_defined
  13. #define _UINT32_T
  14. #endif
  15. /* Some systems have guard macros to prevent redefinitions, define them. */
  16. #ifndef _INT8_T
  17. #define _INT8_T
  18. #endif
  19. #ifndef _INT16_T
  20. #define _INT16_T
  21. #endif
  22. #ifndef _INT32_T
  23. #define _INT32_T
  24. #endif
  25. #ifndef _UINT8_T
  26. #define _UINT8_T
  27. #endif
  28. #ifndef _UINT16_T
  29. #define _UINT16_T
  30. #endif
  31. #ifndef _UINT32_T
  32. #define _UINT32_T
  33. #endif
  34. /* system headers have good uint64_t and int64_t */
  35. #ifndef _INT64_T
  36. #define _INT64_T
  37. #endif
  38. #ifndef _UINT64_T
  39. #define _UINT64_T
  40. #endif
  41. #endif /* GCC_GENERATED_STDINT_H */