VirtualBox

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


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/VMMGC
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/CPUMGC.cpp

    r18927 r20365  
    3838*   Internal Functions                                                         *
    3939*******************************************************************************/
    40 __BEGIN_DECLS /* addressed from asm (not called so no DECLASM). */
     40RT_BEGIN_DECLS /* addressed from asm (not called so no DECLASM). */
    4141DECLCALLBACK(int) cpumGCHandleNPAndGP(PVM pVM, PCPUMCTXCORE pRegFrame, uintptr_t uUser);
    42 __END_DECLS
     42RT_END_DECLS
    4343
    4444
  • trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp

    r19484 r20365  
    4343*   Global Variables                                                           *
    4444*******************************************************************************/
    45 __BEGIN_DECLS
     45RT_BEGIN_DECLS
    4646extern DECLEXPORT(const PDMDEVHLPRC)    g_pdmRCDevHlp;
    4747extern DECLEXPORT(const PDMPICHLPRC)    g_pdmRCPicHlp;
     
    4949extern DECLEXPORT(const PDMIOAPICHLPRC) g_pdmRCIoApicHlp;
    5050extern DECLEXPORT(const PDMPCIHLPRC)    g_pdmRCPciHlp;
    51 __END_DECLS
     51RT_END_DECLS
    5252
    5353
  • trunk/src/VBox/VMM/VMMGC/PGMGCBth.h

    r8155 r20365  
    2424*   Internal Functions                                                         *
    2525*******************************************************************************/
    26 __BEGIN_DECLS
    27 __END_DECLS
     26RT_BEGIN_DECLS
     27RT_END_DECLS
    2828
    2929
  • trunk/src/VBox/VMM/VMMGC/PGMGCShw.h

    r8155 r20365  
    7474*   Internal Functions                                                         *
    7575*******************************************************************************/
    76 __BEGIN_DECLS
    77 __END_DECLS
     76RT_BEGIN_DECLS
     77RT_END_DECLS
    7878
  • trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp

    r19821 r20365  
    9999*   Global Variables                                                           *
    100100*******************************************************************************/
    101 __BEGIN_DECLS
     101RT_BEGIN_DECLS
    102102/** Defined in VMMGC0.asm or VMMGC99.asm.
    103103 * @{ */
     
    109109extern const TRPMGCHYPER g_aTrap0eHandlersEnd[1];
    110110/** @} */
    111 __END_DECLS
     111RT_END_DECLS
    112112
    113113
     
    115115*   Internal Functions                                                         *
    116116*******************************************************************************/
    117 __BEGIN_DECLS /* addressed from asm (not called so no DECLASM). */
     117RT_BEGIN_DECLS /* addressed from asm (not called so no DECLASM). */
    118118DECLCALLBACK(int) trpmGCTrapInGeneric(PVM pVM, PCPUMCTXCORE pRegFrame, uintptr_t uUser);
    119 __END_DECLS
     119RT_END_DECLS
    120120
    121121
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