VirtualBox

Changeset 20362 in vbox for trunk/include/iprt/assert.h


Ignore:
Timestamp:
Jun 8, 2009 12:14:32 AM (15 years ago)
Author:
vboxsync
Message:

iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/assert.h

    r18575 r20362  
    7878 */
    7979
    80 __BEGIN_DECLS
     80RT_BEGIN_DECLS
    8181
    8282/**
     
    164164/** @} */
    165165
    166 __END_DECLS
     166RT_END_DECLS
    167167
    168168/** @def RTAssertDebugBreak()
     
    209209 */
    210210#ifdef __GNUC__
    211 __BEGIN_DECLS
     211RT_BEGIN_DECLS
    212212#endif
    213213extern int RTASSERTVAR[1];
    214214#ifdef __GNUC__
    215 __END_DECLS
     215RT_END_DECLS
    216216#endif
    217217
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