VirtualBox

Ignore:
Timestamp:
Aug 18, 2015 2:57:46 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102197
Message:

iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros named RT_NO_THROW_PROTO and RT_NO_THROW_DEF respecitively.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/allocex.cpp

    r57358 r57432  
    3939
    4040
    41 RTDECL(int) RTMemAllocExTag(size_t cb, size_t cbAlignment, uint32_t fFlags, const char *pszTag, void **ppv) RT_NO_THROW
     41RTDECL(int) RTMemAllocExTag(size_t cb, size_t cbAlignment, uint32_t fFlags, const char *pszTag, void **ppv) RT_NO_THROW_DEF
    4242{
    4343    /*
     
    105105
    106106
    107 RTDECL(void) RTMemFreeEx(void *pv, size_t cb) RT_NO_THROW
     107RTDECL(void) RTMemFreeEx(void *pv, size_t cb) RT_NO_THROW_DEF
    108108{
    109109    if (!pv)
Note: See TracChangeset for help on using the changeset viewer.

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