Changeset 46687 in vbox for trunk/include/iprt
- Timestamp:
- Jun 19, 2013 7:54:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/stdint.h
r44529 r46687 88 88 # ifdef __IBMCPP__ 89 89 # if __IBMCPP__ < 350 && (defined(__WINDOWS__) || defined(_AIX) || defined(__OS2__)) 90 # define dIPRT_STDINT_USE_STRUCT_FOR_64_BIT_TYPES90 # define IPRT_STDINT_USE_STRUCT_FOR_64_BIT_TYPES 91 91 # endif 92 92 # endif 93 93 # ifdef __IBMC__ 94 94 # if __IBMC__ < 350 && (defined(__WINDOWS__) || defined(_AIX) || defined(__OS2__)) 95 # define dIPRT_STDINT_USE_STRUCT_FOR_64_BIT_TYPES95 # define IPRT_STDINT_USE_STRUCT_FOR_64_BIT_TYPES 96 96 # endif 97 97 # endif
Note:
See TracChangeset
for help on using the changeset viewer.