Changeset 67604 in vbox for trunk/tools
- Timestamp:
- Jun 26, 2017 12:00:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/gen-slickedit-workspace.sh
r66958 r67604 573 573 #define RT_NO_THROW 574 574 #define RT_THROW(type) throw(type) 575 #define RT_GCC_EXTENSION '576 #define RT_COMPILER_GROKS_64BIT_BITFIELDS '577 #define RT_COMPILER_WITH_80BIT_LONG_DOUBLE '575 #define RT_GCC_EXTENSION 576 #define RT_COMPILER_GROKS_64BIT_BITFIELDS 577 #define RT_COMPILER_WITH_80BIT_LONG_DOUBLE 578 578 579 579 #define ATL_NO_VTABLE … … 646 646 #define RT_SRC_POS_ARGS pszFile, iLine, pszFunction 647 647 #define RTCALL 648 #define RT_IPRT_FORMAT_ATTR(a_iFmt, a_iArgs) 649 #define RT_IPRT_FORMAT_ATTR_MAYBE_NULL(a_iFmt, a_iArgs) 648 650 #define DECLINLINE(type) inline type 649 651 #define DECL_FORCE_INLINE(type) inline type
Note:
See TracChangeset
for help on using the changeset viewer.