VirtualBox

Changeset 26224 in vbox for trunk/include


Ignore:
Timestamp:
Feb 3, 2010 10:03:01 PM (15 years ago)
Author:
vboxsync
Message:

s/IN_RT_GC/IN_RT_RC/g

File:
1 edited

Legend:

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

    r26011 r26224  
    7979#define IN_RC
    8080#define IN_RC
    81 #define IN_RT_GC
     81#define IN_RT_RC
    8282#define IN_RT_R0
    8383#define IN_RT_R3
     
    743743 * or not. The IPRT symbols will be declared as hidden (if
    744744 * supported). Note that this define has no effect without setting
    745  * IN_RT_R0, IN_RT_R3 or IN_RT_GC indicators are set first.
     745 * IN_RT_R0, IN_RT_R3 or IN_RT_RC indicators are set first.
    746746 */
    747747
     
    782782#endif
    783783
    784 /** @def IN_RT_GC
     784/** @def IN_RT_RC
    785785 * Used to indicate whether we're inside the same link module as
    786786 * the GC Runtime Library.
     
    790790 * @param   type    The return type of the function declaration.
    791791 */
    792 #ifdef IN_RT_GC
     792#ifdef IN_RT_RC
    793793# ifdef IN_RT_STATIC
    794794#  define RTGCDECL(type)    DECLHIDDEN(type) RTCALL
     
    805805 * @param   type    The return type of the function declaration.
    806806 */
    807 #if defined(IN_RT_R3) || defined(IN_RT_GC) || defined(IN_RT_R0)
     807#if defined(IN_RT_R3) || defined(IN_RT_RC) || defined(IN_RT_R0)
    808808# ifdef IN_RT_STATIC
    809809#  define RTDECL(type)      DECLHIDDEN(type) RTCALL
     
    820820 * @param   type    The return type of the function declaration.
    821821 */
    822 #if defined(IN_RT_R3) || defined(IN_RT_GC) || defined(IN_RT_R0)
     822#if defined(IN_RT_R3) || defined(IN_RT_RC) || defined(IN_RT_R0)
    823823# ifdef IN_RT_STATIC
    824824#  define RTDATADECL(type)  DECLHIDDEN(type)
     
    833833 * Declares an class living in the runtime.
    834834 */
    835 #if defined(IN_RT_R3) || defined(IN_RT_GC) || defined(IN_RT_R0)
     835#if defined(IN_RT_R3) || defined(IN_RT_RC) || defined(IN_RT_R0)
    836836# ifdef IN_RT_STATIC
    837837#  define RT_DECL_CLASS
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