rootana_stdint.h
Go to the documentation of this file.00001 #ifndef INCLUDE_rootana_stdintH
00002 #define INCLUDE_rootana_stdintH
00003
00004
00005
00006
00007
00008 #if defined(OS_DARWIN) && defined(HAVE_ROOT)
00009
00010 #ifndef _UINT32_T
00011 #define _UINT32_T
00012 typedef unsigned int uint32_t;
00013 #endif
00014
00015 #ifndef _UINT16_T
00016 #define _UINT16_T
00017 typedef unsigned short uint16_t;
00018 #endif
00019
00020
00021 #else
00022
00023 #include <stdint.h>
00024
00025 #endif
00026
00027
00028 #endif