VirtualBox

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r20365 r20374  
    2525*   Internal Functions                                                         *
    2626*******************************************************************************/
    27 RT_BEGIN_DECLS
     27RT_C_DECLS_BEGIN
    2828PGM_BTH_DECL(int, Trap0eHandler)(PVMCPU pVCpu, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault);
    2929PGM_BTH_DECL(int, InvalidatePage)(PVMCPU pVCpu, RTGCPTR GCPtrPage);
     
    4242PGM_BTH_DECL(int, MapCR3)(PVMCPU pVCpu, RTGCPHYS GCPhysCR3);
    4343PGM_BTH_DECL(int, UnmapCR3)(PVMCPU pVCpu);
    44 RT_END_DECLS
     44RT_C_DECLS_END
    4545
    4646
     
    34483448 * @param   pHlp        Pointer to the output functions.
    34493449 */
    3450 RT_BEGIN_DECLS
     3450RT_C_DECLS_BEGIN
    34513451VMMR3DECL(int) PGMR3DumpHierarchyHC(PVM pVM, uint32_t cr3, uint32_t cr4, bool fLongMode, unsigned cMaxDepth, PCDBGFINFOHLP pHlp);
    3452 RT_END_DECLS
     3452RT_C_DECLS_END
    34533453
    34543454#endif
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