Remove MinGW support code
[project/make_ext4fs.git] / sha1.h
diff --git a/sha1.h b/sha1.h
index 9a8f7e3..13328d3 100644 (file)
--- a/sha1.h
+++ b/sha1.h
 #define        _SYS_SHA1_H_
 
 #include <sys/types.h>
-#include <stdint.h>
-
-#ifdef USE_MINGW
-typedef unsigned char u_char;
-typedef unsigned int uint32_t;
-typedef unsigned int u_int32_t;
-typedef unsigned int u_int;
-
-#define __BEGIN_DECLS
-#define __END_DECLS
-#else
 #include <sys/cdefs.h>
-#endif
+#include <stdint.h>
 
 #define SHA1_DIGEST_LENGTH             20
 #define SHA1_DIGEST_STRING_LENGTH      41