md5import.h 206 B

123456789
  1. #if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
  2. #define HAS_STDINT_H
  3. #else
  4. typedef unsigned int my_uint32_t;
  5. #undef uint32_t
  6. #define uint32_t my_uint32_t
  7. #endif
  8. #include "md5.h"
  9. #undef uint32_t