backport change from the iaxclient sf repository rev 558 (correct ifdef this time)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5152 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-05-11 17:03:50 +00:00
parent 97ef904db5
commit 310037dff3

View File

@ -1,7 +1,7 @@
#ifndef MD5_H
#define MD5_H
#ifdef __alpha || defined(__x86_64)
#if defined(__alpha) || defined(__x86_64)
typedef unsigned int uint32;
#else
typedef unsigned long uint32;