Changeset 85089 in vbox
- Timestamp:
- Jul 7, 2020 5:08:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/gen-slickedit-workspace.sh
r84987 r85089 565 565 #define RT_C_DECLS_BEGIN 566 566 #define RT_C_DECLS_END 567 #define RT_NO_THROW 567 #define RT_NOTHROW_PROTO 568 #define RT_NOTHROW_DEF 569 #define RT_NO_THROW_PROTO 570 #define RT_NO_THROW_DEF 568 571 #define RT_NOEXCEPT 569 572 #define RT_OVERRIDE 570 #define RT_THROW(type) throw(type)573 #define RT_THROW(type) throw(type) 571 574 #define RT_GCC_EXTENSION 572 575 #define RT_COMPILER_GROKS_64BIT_BITFIELDS 573 576 #define RT_COMPILER_WITH_80BIT_LONG_DOUBLE 577 #define RT_DECL_NTAPI(type) type 574 578 575 579 #define ATL_NO_VTABLE … … 645 649 #define RT_IPRT_FORMAT_ATTR_MAYBE_NULL(a_iFmt, a_iArgs) 646 650 #define DECLINLINE(type) inline type 651 #define DECL_INLINE_THROW(type) inline type 647 652 #define DECL_FORCE_INLINE(type) inline type 648 653 #define DECL_INVALID(type) type
Note:
See TracChangeset
for help on using the changeset viewer.