VirtualBox

Changeset 26226 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 3, 2010 10:11:49 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57258
Message:

s/RTGCDECL/RTGCDECL/g

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Doxyfile

    r25960 r26226  
    12211221    RTR3DECL \
    12221222    RTR0DECL \
    1223     RTGCDECL \
     1223    RTRCDECL \
    12241224    RTDECL \
    12251225    RTDATADECL \
  • trunk/src/VBox/Runtime/gc/initterm-gc.cpp

    r13813 r26226  
    7070 * @param   u64ProgramStartNanoTS  The startup timestamp.
    7171 */
    72 RTGCDECL(int) RTRCInit(uint64_t u64ProgramStartNanoTS)
     72RTRCDECL(int) RTRCInit(uint64_t u64ProgramStartNanoTS)
    7373{
    7474    /*
     
    8787 * Terminates the raw-mode context runtime library.
    8888 */
    89 RTGCDECL(void) RTRCTerm(void)
     89RTRCDECL(void) RTRCTerm(void)
    9090{
    9191    /* do nothing */
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