Attempting to fix SunOS bustage, and make the AIX portion of this code rely on the predefined symbol _AIX, not our AIX symbol.

git-svn-id: svn://10.0.0.236/trunk@159101 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-07-12 21:28:40 +00:00
parent 16080bf7db
commit f73b941a5e

View File

@@ -44,7 +44,7 @@
#if defined(WIN32) || defined(OS2)
typedef int int32_t;
typedef unsigned int uint32_t;
#elif defined(AIX)
#elif defined(_AIX) || defined(__sun)
#include <inttypes.h>
#ifndef __cplusplus
typedef int bool;