X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/1c0d52433b491647572a26e29657445210b1725a..bc06f607a61a8d0c48642bc859998f34346024b8:/src/md5.h diff --git a/src/md5.h b/src/md5.h index 7286f50..86d465d 100644 --- a/src/md5.h +++ b/src/md5.h @@ -48,7 +48,7 @@ typedef unsigned char *POINTER; typedef unsigned short int UINT2; /* UINT4 defines a four byte word */ -#if defined(__alpha) +#if defined(__alpha) || defined(_LP64) || defined(__LP64__) typedef unsigned int UINT4; #else typedef unsigned long int UINT4;