mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
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:
parent
83185125a9
commit
3e8029a0f8
1 changed files with 0 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue