diff --git a/sc2/src/sc2code/libs/md5/md5.h b/sc2/src/sc2code/libs/md5/md5.h index 3540e7ed2..b9994780b 100644 --- a/sc2/src/sc2code/libs/md5/md5.h +++ b/sc2/src/sc2code/libs/md5/md5.h @@ -23,7 +23,12 @@ #define _MD5_H 1 #include + +#ifdef _MSC_VER +typedef unsigned int uint32_t; +#else #include +#endif #define MD5_DIGEST_SIZE 16 #define MD5_BLOCK_SIZE 64