From 271fce9dded0f66b87325b3e85124f0aff710a3d Mon Sep 17 00:00:00 2001 From: gewlitys Date: Sat, 7 Apr 2007 10:23:09 +0000 Subject: [PATCH] now compiles with vc git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2724 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/md5/md5.h | 5 +++++ 1 file changed, 5 insertions(+) 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