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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user