VirtualBox

Ignore:
Timestamp:
Jan 21, 2007 9:57:51 AM (18 years ago)
Author:
vboxsync
Message:

runtime.h now includes everything. Created a new header, initterm.h, which includes the RT*Init/Term() prototypes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win32/uuid-win32.cpp

    r1 r204  
    3939 * @param   pUuid           Where to store generated uuid.
    4040 */
    41 RTR3DECL(int)  RTUuidCreate(PRTUUID pUuid)
     41RTDECL(int)  RTUuidCreate(PRTUUID pUuid)
    4242{
    4343    /* check params */
     
    6262 * @param   pUuid           Where to store generated null uuid.
    6363 */
    64 RTR3DECL(int)  RTUuidClear(PRTUUID pUuid)
     64RTDECL(int)  RTUuidClear(PRTUUID pUuid)
    6565{
    6666    /* check params */
     
    8080 * @param   pUuid           uuid to check.
    8181 */
    82 RTR3DECL(int)  RTUuidIsNull(PCRTUUID pUuid)
     82RTDECL(int)  RTUuidIsNull(PCRTUUID pUuid)
    8383{
    8484    /* check params */
     
    100100 * @param   pUuid2          Second value to compare.
    101101 */
    102 RTR3DECL(int)  RTUuidCompare(PCRTUUID pUuid1, PCRTUUID pUuid2)
     102RTDECL(int)  RTUuidCompare(PCRTUUID pUuid1, PCRTUUID pUuid2)
    103103{
    104104    /* check params */
     
    121121 * @param   cchString       pszString buffer length, must be >= RTUUID_STR_LENGTH.
    122122 */
    123 RTR3DECL(int)  RTUuidToStr(PCRTUUID pUuid, char *pszString, unsigned cchString)
     123RTDECL(int)  RTUuidToStr(PCRTUUID pUuid, char *pszString, unsigned cchString)
    124124{
    125125    /* check params */
     
    177177 * @param   pszString       String with UUID text data.
    178178 */
    179 RTR3DECL(int)  RTUuidFromStr(PRTUUID pUuid, const char *pszString)
     179RTDECL(int)  RTUuidFromStr(PRTUUID pUuid, const char *pszString)
    180180{
    181181    /* check params */
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