Implement chunk allocator on Windows.
[polipo.git] / md5import.c
blob5f87ba376252a78c77b07d5bc20655fd1bad10fd
1 #include <stdlib.h>
3 #if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
4 #define HAS_STDINT_H
5 #else
6 typedef unsigned int my_uint32_t;
7 #undef uint32_t
8 #define uint32_t my_uint32_t
9 #endif
10 #include "md5.c"
11 #undef uint32_t