root / trunk / src / dot / proxy / md5import.h
| Revision 7618, 206 bytes (checked in by BradNeuberg, 22 months ago) |
|---|
| Line | |
|---|---|
| 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 |
Note: See TracBrowser
for help on using the browser.