VirtualBox

Changeset 21084 in vbox for trunk/include


Ignore:
Timestamp:
Jun 30, 2009 4:57:55 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49346
Message:

iprt/cdefs.h: RT_DECL_CLASS.

File:
1 edited

Legend:

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

    r20375 r21084  
    776776#else
    777777# define RTDATADECL(type)   DECLIMPORT(type)
     778#endif
     779
     780/** @def RT_DECL_CLASS
     781 * Declares an class living in the runtime.
     782 */
     783#if defined(IN_RT_R3) || defined(IN_RT_GC) || defined(IN_RT_R0)
     784# ifdef IN_RT_STATIC
     785#  define RT_DECL_CLASS
     786# else
     787#  define RT_DECL_CLASS     DECLEXPORT_CLASS
     788# endif
     789#else
     790# define RT_DECL_CLASS      DECLIMPORT_CLASS
    778791#endif
    779792
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