Attempting to fix AIX bustage.
git-svn-id: svn://10.0.0.236/trunk@159097 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
#if defined(WIN32) || defined(OS2)
|
||||
typedef int int32_t;
|
||||
typedef unsigned int uint32_t;
|
||||
#elif defined(AIX)
|
||||
typedef int int32_t;
|
||||
typedef unsigned int uint32_t;
|
||||
#else
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user