From 3e8029a0f84663afcac1f57239b43a8a4d2a1b95 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 5 Nov 2005 21:24:46 +0000 Subject: [PATCH] This fixes the 64bit sv_mapcheck issue git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1560 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/md4.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/engine/common/md4.c b/engine/common/md4.c index 3c618e380..337b8865a 100644 --- a/engine/common/md4.c +++ b/engine/common/md4.c @@ -28,11 +28,7 @@ typedef unsigned char *POINTER; typedef unsigned short int UINT2; /* UINT4 defines a four byte word */ -#ifdef __alpha__ typedef unsigned int UINT4; -#else -typedef unsigned long int UINT4; -#endif /* MD4.H - header file for MD4C.C */