Changeset 46688 in vbox
- Timestamp:
- Jun 19, 2013 7:54:49 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86585
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/iprt/types.h ¶
r46270 r46688 166 166 #endif /* no crt */ 167 167 168 169 168 170 /** @def NULL 169 171 * NULL pointer. … … 195 197 196 198 /* 197 * C doesn't have bool .198 */ 199 #if ndef __cplusplus199 * C doesn't have bool, nor does VisualAge for C++ v3.08. 200 */ 201 #if !defined(__cplusplus) || (defined(__IBMCPP__) && defined(RT_OS_OS2)) 200 202 # if defined(__GNUC__) 201 203 # if defined(RT_OS_LINUX) && __GNUC__ < 3 … … 548 550 typedef const RTFLOAT64U *PCRTFLOAT64U; 549 551 552 553 #if !defined(__IBMCPP__) && !defined(__IBMC__) 550 554 551 555 /** … … 692 696 * variant. */ 693 697 typedef const RTFLOAT80U2 *PCRTFLOAT80U2; 698 699 #endif /* uint16_t bitfields doesn't work */ 694 700 695 701
Note:
See TracChangeset
for help on using the changeset viewer.