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
This commit is contained in:
Spoike 2005-11-05 21:24:46 +00:00
parent 83185125a9
commit 3e8029a0f8
1 changed files with 0 additions and 4 deletions

View File

@ -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 */