VirtualBox

Changeset 11309 in vbox for trunk/include


Ignore:
Timestamp:
Aug 8, 2008 11:25:08 PM (16 years ago)
Author:
vboxsync
Message:

iprt: Retired HCSTRING, replaced by R3STRING.

File:
1 edited

Legend:

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

    r11225 r11309  
    426426#else
    427427# define GCSTRING(pR0String)    ("<GC_STRING>")
    428 #endif
    429 
    430 /** @def HCSTRING
    431  * Macro which in GC will return a dummy string while in HC will return
    432  * the parameter.
    433  *
    434  * This is typically used to wrap description strings in structures shared
    435  * between HC and GC. The intention is to avoid the \#ifdef IN_GC kludge.
    436  *
    437  * @param   pHCString   The HC string. Only referenced in HC.
    438  * @deprecated Use R3STRING or R0STRING instead.
    439  */
    440 #ifdef IN_GC
    441 # define HCSTRING(pHCString)    ("<HC_STRING>")
    442 #else
    443 # define HCSTRING(pHCString)    (pHCString)
    444428#endif
    445429
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