diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2009-06-08 00:43:21 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2009-06-08 00:43:21 +0000 |
commit | 49e3a5b82228b0c55469a5300741c801af696c0a (patch) | |
tree | 2f593b3b4f816e7a292bec7feb8f3104565a461f /src/VBox/VMM/VMMR0/PGMR0Bth.h | |
parent | 015d9430a0b25f1b1f2f2eb289f30e753b67150a (diff) | |
download | VirtualBox-svn-49e3a5b82228b0c55469a5300741c801af696c0a.tar.gz |
*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@20374 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/VMM/VMMR0/PGMR0Bth.h')
-rw-r--r-- | src/VBox/VMM/VMMR0/PGMR0Bth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/VMM/VMMR0/PGMR0Bth.h b/src/VBox/VMM/VMMR0/PGMR0Bth.h index f07b7b37b03..365e57a9966 100644 --- a/src/VBox/VMM/VMMR0/PGMR0Bth.h +++ b/src/VBox/VMM/VMMR0/PGMR0Bth.h @@ -23,8 +23,8 @@ /******************************************************************************* * Internal Functions * *******************************************************************************/ -RT_BEGIN_DECLS +RT_C_DECLS_BEGIN PGM_BTH_DECL(int, Trap0eHandler)(PVMCPU pVCpu, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault); -RT_END_DECLS +RT_C_DECLS_END |