VirtualBox

Changeset 20365 in vbox for trunk/src


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
Files:
42 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CPUMInternal.h

    r18929 r20365  
    384384typedef CPUMCPU *PCPUMCPU;
    385385
    386 __BEGIN_DECLS
     386RT_BEGIN_DECLS
    387387
    388388DECLASM(int)      cpumHandleLazyFPUAsm(PCPUMCPU pCPUM);
     
    405405#endif
    406406
    407 __END_DECLS
     407RT_END_DECLS
    408408
    409409/** @} */
  • trunk/src/VBox/VMM/DBGFBp.cpp

    r19300 r20365  
    4040*   Internal Functions                                                         *
    4141*******************************************************************************/
    42 __BEGIN_DECLS
     42RT_BEGIN_DECLS
    4343static DECLCALLBACK(int) dbgfR3BpSetReg(PVM pVM, PCDBGFADDRESS pAddress, uint64_t *piHitTrigger, uint64_t *piHitDisable,
    4444                                        uint8_t u8Type, uint8_t cb, PRTUINT piBp);
     
    5353static int dbgfR3BpInt3Arm(PVM pVM, PDBGFBP pBp);
    5454static int dbgfR3BpInt3Disarm(PVM pVM, PDBGFBP pBp);
    55 __END_DECLS
     55RT_END_DECLS
    5656
    5757
  • trunk/src/VBox/VMM/EMInternal.h

    r19870 r20365  
    3333#include <setjmp.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737
     
    396396/** @} */
    397397
    398 __END_DECLS
     398RT_END_DECLS
    399399
    400400#endif
  • trunk/src/VBox/VMM/HWACCMInternal.h

    r20234 r20365  
    4545#define HWACCM_VTX_WITH_VPID
    4646
    47 __BEGIN_DECLS
     47RT_BEGIN_DECLS
    4848
    4949
     
    731731/** @} */
    732732
    733 __END_DECLS
    734 
    735 #endif
    736 
     733RT_END_DECLS
     734
     735#endif
     736
  • trunk/src/VBox/VMM/IOMInternal.h

    r19716 r20365  
    402402
    403403
    404 __BEGIN_DECLS
     404RT_BEGIN_DECLS
    405405
    406406#ifdef IN_RING3
     
    535535bool    iomSaveDataToReg(PDISCPUSTATE pCpu, PCOP_PARAMETER pParam, PCPUMCTXCORE pRegFrame, uint64_t u32Data);
    536536
    537 __END_DECLS
     537RT_END_DECLS
    538538
    539539
  • trunk/src/VBox/VMM/MMInternal.h

    r19665 r20365  
    770770
    771771
    772 __BEGIN_DECLS
     772RT_BEGIN_DECLS
    773773
    774774
     
    815815void *mmPagePoolPhys2Ptr(PMMPAGEPOOL pPool, RTHCPHYS HCPhys);
    816816
    817 __END_DECLS
     817RT_END_DECLS
    818818
    819819/** @} */
  • trunk/src/VBox/VMM/PATM/CSAMInternal.h

    r13832 r20365  
    279279}
    280280
    281 __BEGIN_DECLS
     281RT_BEGIN_DECLS
    282282VMMRCDECL(int) CSAMGCCodePageWriteHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, RTGCPTR pvRange, uintptr_t offRange);
    283 __END_DECLS
    284 
    285 #endif
     283RT_END_DECLS
     284
     285#endif
  • trunk/src/VBox/VMM/PATM/PATMA.h

    r11920 r20365  
    139139
    140140
    141 __BEGIN_DECLS
     141RT_BEGIN_DECLS
    142142
    143143extern PATCHASMRECORD PATMCliRecord;
     
    187187extern uint32_t       PATMInterruptFlag;
    188188
    189 __END_DECLS
     189RT_END_DECLS
    190190
    191191#endif
  • trunk/src/VBox/VMM/PATM/PATMInternal.h

    r19569 r20365  
    727727#endif /* !IN_RC */
    728728
    729 __BEGIN_DECLS
     729RT_BEGIN_DECLS
    730730/**
    731731 * #PF Virtual Handler callback for Guest access a page monitored by PATM
     
    834834}
    835835
    836 __END_DECLS
     836RT_END_DECLS
    837837
    838838#ifdef LOG_ENABLED
  • trunk/src/VBox/VMM/PDMAsyncCompletionInternal.h

    r20204 r20365  
    2929#include <VBox/pdmasynccompletion.h>
    3030
    31 __BEGIN_DECLS
     31RT_BEGIN_DECLS
    3232
    3333/**
     
    252252void pdmR3AsyncCompletionCompleteTask(PPDMASYNCCOMPLETIONTASK pTask);
    253253
    254 __END_DECLS
     254RT_END_DECLS
    255255
    256256extern const PDMASYNCCOMPLETIONEPCLASSOPS g_PDMAsyncCompletionEndpointClassFile;
  • trunk/src/VBox/VMM/PDMInternal.h

    r20167 r20365  
    3535#endif
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939
     
    290290# error "Invalid header PDM order. Include PDMInternal.h before VBox/pdm.h!"
    291291#endif
    292 __END_DECLS
     292RT_END_DECLS
    293293#include <VBox/pdm.h>
    294 __BEGIN_DECLS
     294RT_BEGIN_DECLS
    295295
    296296/**
     
    10421042/** @} */
    10431043
    1044 __END_DECLS
    1045 
    1046 #endif
     1044RT_END_DECLS
     1045
     1046#endif
  • trunk/src/VBox/VMM/PGMBth.h

    r20129 r20365  
    2424*   Internal Functions                                                         *
    2525*******************************************************************************/
    26 __BEGIN_DECLS
     26RT_BEGIN_DECLS
    2727PGM_BTH_DECL(int, InitData)(PVM pVM, PPGMMODEDATA pModeData, bool fResolveGCAndR0);
    2828PGM_BTH_DECL(int, Enter)(PVMCPU pVCpu, RTGCPHYS GCPhysCR3);
     
    3838PGM_BTH_DECL(int, MapCR3)(PVMCPU pVCpu, RTGCPHYS GCPhysCR3);
    3939PGM_BTH_DECL(int, UnmapCR3)(PVMCPU pVCpu);
    40 __END_DECLS
     40RT_END_DECLS
    4141
    4242
  • trunk/src/VBox/VMM/PGMGst.h

    r18992 r20365  
    2424*   Internal Functions                                                         *
    2525*******************************************************************************/
    26 __BEGIN_DECLS
     26RT_BEGIN_DECLS
    2727/* r3 */
    2828PGM_GST_DECL(int, InitData)(PVM pVM, PPGMMODEDATA pModeData, bool fResolveGCAndR0);
     
    3535PGM_GST_DECL(int, ModifyPage)(PVMCPU pVCpu, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask);
    3636PGM_GST_DECL(int, GetPDE)(PVMCPU pVCpu, RTGCPTR GCPtr, PX86PDEPAE pPDE);
    37 __END_DECLS
     37RT_END_DECLS
    3838
    3939
  • trunk/src/VBox/VMM/PGMInternal.h

    r20158 r20365  
    29172917
    29182918
    2919 __BEGIN_DECLS
     2919RT_BEGIN_DECLS
    29202920
    29212921int             pgmLock(PVM pVM);
     
    30073007PX86PML4        pgmGstLazyMapPml4(PPGMCPU pPGM);
    30083008
    3009 __END_DECLS
     3009RT_END_DECLS
    30103010
    30113011
  • trunk/src/VBox/VMM/PGMShw.h

    r20280 r20365  
    118118*   Internal Functions                                                         *
    119119*******************************************************************************/
    120 __BEGIN_DECLS
     120RT_BEGIN_DECLS
    121121/* r3 */
    122122PGM_SHW_DECL(int, InitData)(PVM pVM, PPGMMODEDATA pModeData, bool fResolveGCAndR0);
     
    128128PGM_SHW_DECL(int, GetPage)(PVMCPU pVCpu, RTGCPTR GCPtr, uint64_t *pfFlags, PRTHCPHYS pHCPhys);
    129129PGM_SHW_DECL(int, ModifyPage)(PVMCPU pVCpu, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask);
    130 __END_DECLS
     130RT_END_DECLS
    131131
    132132
     
    231231    PVM pVM = pVCpu->pVMR3;
    232232
    233     if (    (   pVCpu->pgm.s.enmShadowMode == PGMMODE_NESTED 
     233    if (    (   pVCpu->pgm.s.enmShadowMode == PGMMODE_NESTED
    234234             || pVCpu->pgm.s.enmShadowMode == PGMMODE_EPT)
    235235        &&  pVCpu->pgm.s.CTX_SUFF(pShwPageCR3))
  • trunk/src/VBox/VMM/SELMInternal.h

    r17106 r20365  
    179179} SELM, *PSELM;
    180180
    181 __BEGIN_DECLS
     181RT_BEGIN_DECLS
    182182
    183183VMMRCDECL(int) selmRCGuestGDTWriteHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, RTGCPTR pvRange, uintptr_t offRange);
     
    191191void           selmSetRing1Stack(PVM pVM, uint32_t ss, RTGCPTR32 esp);
    192192
    193 __END_DECLS
     193RT_END_DECLS
    194194
    195195/** @} */
  • trunk/src/VBox/VMM/SSMInternal.h

    r13597 r20365  
    2727#include <VBox/ssm.h>
    2828
    29 __BEGIN_DECLS
     29RT_BEGIN_DECLS
    3030
    3131/** @defgroup grp_ssm_int       Internals
     
    179179/** @} */
    180180
    181 __END_DECLS
     181RT_END_DECLS
    182182
    183183#endif /* !___SSMInternal_h */
  • trunk/src/VBox/VMM/STAMInternal.h

    r12989 r20365  
    3131
    3232
    33 __BEGIN_DECLS
     33RT_BEGIN_DECLS
    3434
    3535/** @defgroup grp_stam_int   Internals
     
    123123/** @} */
    124124
    125 __END_DECLS
     125RT_END_DECLS
    126126
    127127#endif
  • trunk/src/VBox/VMM/TM.cpp

    r20121 r20365  
    17821782}
    17831783
    1784 //__BEGIN_DECLS
     1784//RT_BEGIN_DECLS
    17851785//int     iomLock(PVM pVM);
    17861786//void    iomUnlock(PVM pVM);
    1787 //__END_DECLS
     1787//RT_END_DECLS
    17881788
    17891789
  • trunk/src/VBox/VMM/TMInternal.h

    r20087 r20365  
    3131#include <VBox/pdmcritsect.h>
    3232
    33 __BEGIN_DECLS
     33RT_BEGIN_DECLS
    3434
    3535
     
    584584/** @} */
    585585
    586 __END_DECLS
     586RT_END_DECLS
    587587
    588588#endif
  • trunk/src/VBox/VMM/TRPMInternal.h

    r19286 r20365  
    3636#define TRPM_HANDLER_INT_BASE  0x20
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040
     
    287287/** @} */
    288288
    289 __END_DECLS
    290 
    291 #endif
     289RT_END_DECLS
     290
     291#endif
  • trunk/src/VBox/VMM/VMInternal.h

    r19435 r20365  
    454454typedef VMINTUSERPERVMCPU *PVMINTUSERPERVMCPU;
    455455
    456 __BEGIN_DECLS
     456RT_BEGIN_DECLS
    457457
    458458DECLCALLBACK(int)   vmR3EmulationThread(RTTHREAD ThreadSelf, void *pvArg);
     
    466466void                vmR3SetState(PVM pVM, VMSTATE enmStateNew);
    467467
    468 __END_DECLS
     468RT_END_DECLS
    469469
    470470
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r20228 r20365  
    2525*   Internal Functions                                                         *
    2626*******************************************************************************/
    27 __BEGIN_DECLS
     27RT_BEGIN_DECLS
    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 __END_DECLS
     44RT_END_DECLS
    4545
    4646
     
    207207            AssertRC(rc);
    208208            return rc;
    209         }   
     209        }
    210210        Assert(pPDDst);
    211211
     
    12001200            pgmUnlock(pVM);
    12011201        }
    1202         else 
     1202        else
    12031203# endif /* !PGM_WITHOUT_MAPPING */
    12041204        if (   PdeSrc.n.u1User != PdeDst.n.u1User
     
    23602360                        /* Check for stale TLB entry; only applies to the SMP guest case. */
    23612361                        if (    pVM->cCPUs > 1
    2362                             &&  pPteDst->n.u1Write == 1 
     2362                            &&  pPteDst->n.u1Write == 1
    23632363                            &&  pPteDst->n.u1Accessed == 1)
    23642364                        {
     
    34483448 * @param   pHlp        Pointer to the output functions.
    34493449 */
    3450 __BEGIN_DECLS
     3450RT_BEGIN_DECLS
    34513451VMMR3DECL(int) PGMR3DumpHierarchyHC(PVM pVM, uint32_t cr3, uint32_t cr4, bool fLongMode, unsigned cMaxDepth, PCDBGFINFOHLP pHlp);
    3452 __END_DECLS
     3452RT_END_DECLS
    34533453
    34543454#endif
  • trunk/src/VBox/VMM/VMMAll/PGMAllGst.h

    r18988 r20365  
    2424*   Internal Functions                                                         *
    2525*******************************************************************************/
    26 __BEGIN_DECLS
     26RT_BEGIN_DECLS
    2727PGM_GST_DECL(int, GetPage)(PVMCPU pVCpu, RTGCPTR GCPtr, uint64_t *pfFlags, PRTGCPHYS pGCPhys);
    2828PGM_GST_DECL(int, ModifyPage)(PVMCPU pVCpu, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask);
    2929PGM_GST_DECL(int, GetPDE)(PVMCPU pVCpu, RTGCPTR GCPtr, PX86PDEPAE pPDE);
    3030PGM_GST_DECL(bool, HandlerVirtualUpdate)(PVM pVM, uint32_t cr4);
    31 __END_DECLS
     31RT_END_DECLS
    3232
    3333
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r20151 r20365  
    4646*   Internal Functions                                                         *
    4747*******************************************************************************/
    48 __BEGIN_DECLS
     48RT_BEGIN_DECLS
    4949static void pgmPoolFlushAllInt(PPGMPOOL pPool);
    5050#ifdef PGMPOOL_WITH_USER_TRACKING
     
    7676void            pgmPoolTrackPhysExtFreeList(PVM pVM, uint16_t iPhysExt);
    7777
    78 __END_DECLS
     78RT_END_DECLS
    7979
    8080
  • trunk/src/VBox/VMM/VMMAll/PGMAllShw.h

    r20068 r20365  
    120120*   Internal Functions                                                         *
    121121*******************************************************************************/
    122 __BEGIN_DECLS
     122RT_BEGIN_DECLS
    123123PGM_SHW_DECL(int, GetPage)(PVMCPU pVCpu, RTGCUINTPTR GCPtr, uint64_t *pfFlags, PRTHCPHYS pHCPhys);
    124124PGM_SHW_DECL(int, ModifyPage)(PVMCPU pVCpu, RTGCUINTPTR GCPtr, size_t cbPages, uint64_t fFlags, uint64_t fMask);
    125 __END_DECLS
     125RT_END_DECLS
    126126
    127127
  • 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
  • trunk/src/VBox/VMM/VMMInternal.h

    r19732 r20365  
    429429
    430430
    431 __BEGIN_DECLS
     431RT_BEGIN_DECLS
    432432
    433433#ifdef IN_RING3
     
    552552#endif /* IN_RC */
    553553
    554 __END_DECLS
     554RT_END_DECLS
    555555
    556556/** @} */
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.h

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

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

    r19767 r20365  
    4545*   Global Variables                                                           *
    4646*******************************************************************************/
    47 __BEGIN_DECLS
     47RT_BEGIN_DECLS
    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 __END_DECLS
     53RT_END_DECLS
    5454
    5555
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

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

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

    r19958 r20365  
    5959*   Internal Functions                                                         *
    6060*******************************************************************************/
    61 __BEGIN_DECLS
     61RT_BEGIN_DECLS
    6262VMMR0DECL(int) ModuleInit(void);
    6363VMMR0DECL(void) ModuleTerm(void);
    64 __END_DECLS
     64RT_END_DECLS
    6565
    6666
  • trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h

    r18927 r20365  
    131131#pragma pack()
    132132
    133 __BEGIN_DECLS
     133RT_BEGIN_DECLS
    134134extern VMMSWITCHERDEF vmmR3Switcher32BitTo32Bit_Def;
    135135extern VMMSWITCHERDEF vmmR3Switcher32BitToPAE_Def;
     
    151151extern DECLCALLBACK(void) vmmR3SwitcherAMD64ToPAE_Relocate(PVM pVM, PVMMSWITCHERDEF pSwitcher, RTR0PTR R0PtrCode, uint8_t *pu8CodeR3, RTGCPTR GCPtrCode, uint32_t u32IdCode);
    152152extern DECLCALLBACK(void) vmmR3SwitcherAMD64ToAMD64_Relocate(PVM pVM, PVMMSWITCHERDEF pSwitcher, RTR0PTR R0PtrCode, uint8_t *pu8CodeR3, RTGCPTR GCPtrCode, uint32_t u32IdCode);
    153 __END_DECLS
     153RT_END_DECLS
    154154
    155155#endif
  • 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