VirtualBox

Changeset 85089 in vbox


Ignore:
Timestamp:
Jul 7, 2020 5:08:54 PM (5 years ago)
Author:
vboxsync
Message:

gen-slickedit-workspace.sh: Updates. bugref:9794

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/gen-slickedit-workspace.sh

    r84987 r85089  
    565565#define RT_C_DECLS_BEGIN
    566566#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
    568571#define RT_NOEXCEPT
    569572#define RT_OVERRIDE
    570 #define RT_THROW(type) throw(type)
     573#define RT_THROW(type)                  throw(type)
    571574#define RT_GCC_EXTENSION
    572575#define RT_COMPILER_GROKS_64BIT_BITFIELDS
    573576#define RT_COMPILER_WITH_80BIT_LONG_DOUBLE
     577#define RT_DECL_NTAPI(type)             type
    574578
    575579#define ATL_NO_VTABLE
     
    645649#define RT_IPRT_FORMAT_ATTR_MAYBE_NULL(a_iFmt, a_iArgs)
    646650#define DECLINLINE(type)                inline type
     651#define DECL_INLINE_THROW(type)         inline type
    647652#define DECL_FORCE_INLINE(type)         inline type
    648653#define DECL_INVALID(type)              type
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette