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/r0drv/haiku/alloc-r0drv-haiku.c

    r57358 r57432  
    7474
    7575
    76 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb) RT_NO_THROW
     76RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb) RT_NO_THROW_DEF
    7777{
    7878    /*
     
    108108
    109109
    110 RTR0DECL(void) RTMemContFree(void *pv, size_t cb) RT_NO_THROW
     110RTR0DECL(void) RTMemContFree(void *pv, size_t cb) RT_NO_THROW_DEF
    111111{
    112112    RT_ASSERT_PREEMPTIBLE();
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