VirtualBox

Changeset 20374 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 8, 2009 12:43:21 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48298
Message:

*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g

Location:
trunk/src/VBox/VMM/VMMR0
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.h

    r20365 r20374  
    3232#include <VBox/hwacc_svm.h>
    3333
    34 RT_BEGIN_DECLS
     34RT_C_DECLS_BEGIN
    3535
    3636/** @defgroup grp_svm_int  Internal
     
    224224/** @} */
    225225
    226 RT_END_DECLS
     226RT_C_DECLS_END
    227227
    228228#endif
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.h

    r20365 r20374  
    3232#include <VBox/hwacc_vmx.h>
    3333
    34 RT_BEGIN_DECLS
     34RT_C_DECLS_BEGIN
    3535
    3636/** @defgroup grp_vmx_int   Internal
     
    368368/** @} */
    369369
    370 RT_END_DECLS
     370RT_C_DECLS_END
    371371
    372372#endif
  • trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp

    r20365 r20374  
    4545*   Global Variables                                                           *
    4646*******************************************************************************/
    47 RT_BEGIN_DECLS
     47RT_C_DECLS_BEGIN
    4848extern DECLEXPORT(const PDMDEVHLPR0)    g_pdmR0DevHlp;
    4949extern DECLEXPORT(const PDMPICHLPR0)    g_pdmR0PicHlp;
     
    5151extern DECLEXPORT(const PDMIOAPICHLPR0) g_pdmR0IoApicHlp;
    5252extern DECLEXPORT(const PDMPCIHLPR0)    g_pdmR0PciHlp;
    53 RT_END_DECLS
     53RT_C_DECLS_END
    5454
    5555
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

    r20365 r20374  
    3131#include <iprt/assert.h>
    3232
    33 RT_BEGIN_DECLS
     33RT_C_DECLS_BEGIN
    3434#define PGM_BTH_NAME(name)          PGM_BTH_NAME_32BIT_PROT(name)
    3535#include "PGMR0Bth.h"
     
    4848#undef PGM_BTH_NAME
    4949
    50 RT_END_DECLS
     50RT_C_DECLS_END
    5151
    5252
  • trunk/src/VBox/VMM/VMMR0/PGMR0Bth.h

    r20365 r20374  
    2424*   Internal Functions                                                         *
    2525*******************************************************************************/
    26 RT_BEGIN_DECLS
     26RT_C_DECLS_BEGIN
    2727PGM_BTH_DECL(int, Trap0eHandler)(PVMCPU pVCpu, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault);
    28 RT_END_DECLS
     28RT_C_DECLS_END
    2929
    3030
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r20365 r20374  
    5959*   Internal Functions                                                         *
    6060*******************************************************************************/
    61 RT_BEGIN_DECLS
     61RT_C_DECLS_BEGIN
    6262VMMR0DECL(int) ModuleInit(void);
    6363VMMR0DECL(void) ModuleTerm(void);
    64 RT_END_DECLS
     64RT_C_DECLS_END
    6565
    6666
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