VirtualBox

Changeset 19384 in vbox


Ignore:
Timestamp:
May 5, 2009 3:24:54 PM (16 years ago)
Author:
vboxsync
Message:

iprt/common/string/string.cpp: RTR3DECL -> RTDECL (see header).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/string.cpp

    r18096 r19384  
    4747 *                         NULL is accepted.
    4848 */
    49 RTR3DECL(void)  RTStrFree(char *pszString)
     49RTDECL(void)  RTStrFree(char *pszString)
    5050{
    5151    if (pszString)
     
    6060 * @param   pszString       UTF-8 string to duplicate.
    6161 */
    62 RTR3DECL(char *) RTStrDup(const char *pszString)
     62RTDECL(char *) RTStrDup(const char *pszString)
    6363{
    6464    Assert(VALID_PTR(pszString));
     
    7979 * @param   pszString       UTF-8 string to duplicate.
    8080 */
    81 RTR3DECL(int)  RTStrDupEx(char **ppszString, const char *pszString)
     81RTDECL(int)  RTStrDupEx(char **ppszString, const char *pszString)
    8282{
    8383    Assert(VALID_PTR(ppszString));
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