now compiles with vc

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2724 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2007-04-07 10:23:09 +00:00
parent 6c1d9b9d62
commit 271fce9dde
+5
View File
@@ -23,7 +23,12 @@
#define _MD5_H 1
#include <stdio.h>
#ifdef _MSC_VER
typedef unsigned int uint32_t;
#else
#include <stdint.h>
#endif
#define MD5_DIGEST_SIZE 16
#define MD5_BLOCK_SIZE 64