VirtualBox

Changeset 20365 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Jun 8, 2009 12:19:18 AM (16 years ago)
Author:
vboxsync
Message:

VMM: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.

Location:
trunk/src/VBox/VMM/testcase
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstHelp.h

    r19286 r20365  
    2626#include <VBox/cpum.h>
    2727
    28 __BEGIN_DECLS
     28RT_BEGIN_DECLS
    2929void tstDumpCtx(PCPUMCTX pCtx, const char *pszComment);
    30 __END_DECLS
     30RT_END_DECLS
    3131
    3232
  • trunk/src/VBox/VMM/testcase/tstMicro.h

    r13813 r20365  
    118118
    119119
    120 __BEGIN_DECLS
     120RT_BEGIN_DECLS
    121121
    122122DECLASM(void) idtOnly42(PTSTMICRO pTst);
     
    143143DECLASM(void) tstInterrupt42(void);
    144144
    145 __END_DECLS
     145RT_END_DECLS
    146146
    147147#endif
  • trunk/src/VBox/VMM/testcase/tstMicroGC.cpp

    r8155 r20365  
    3838*   Internal Functions                                                         *
    3939*******************************************************************************/
    40 __BEGIN_DECLS
     40RT_BEGIN_DECLS
    4141DECLEXPORT(int) tstMicroGC(PTSTMICRO pTst, unsigned uTestcase);
    42 __END_DECLS
     42RT_END_DECLS
    4343
    4444
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