summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/Support/SUPDrvIDC.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2009-06-08 00:43:21 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2009-06-08 00:43:21 +0000
commit49e3a5b82228b0c55469a5300741c801af696c0a (patch)
tree2f593b3b4f816e7a292bec7feb8f3104565a461f /src/VBox/HostDrivers/Support/SUPDrvIDC.h
parent015d9430a0b25f1b1f2f2eb289f30e753b67150a (diff)
downloadVirtualBox-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/HostDrivers/Support/SUPDrvIDC.h')
-rw-r--r--src/VBox/HostDrivers/Support/SUPDrvIDC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/HostDrivers/Support/SUPDrvIDC.h b/src/VBox/HostDrivers/Support/SUPDrvIDC.h
index 0c7823b6c35..cb2af04e14b 100644
--- a/src/VBox/HostDrivers/Support/SUPDrvIDC.h
+++ b/src/VBox/HostDrivers/Support/SUPDrvIDC.h
@@ -225,7 +225,7 @@ typedef SUPDRVIDCREQCOMPDEREGFACTORY *PSUPDRVIDCREQCOMPDEREGFACTORY;
* The OS specific prototypes.
* Most OSes uses
*/
-RT_BEGIN_DECLS
+RT_C_DECLS_BEGIN
#if defined(RT_OS_DARWIN)
extern int VBOXCALL SUPDrvDarwinIDC(uint32_t iReq, PSUPDRVIDCREQHDR pReq);
@@ -249,7 +249,7 @@ extern int VBOXCALL SUPDrvSolarisIDC(uint32_t iReq, PSUPDRVIDCREQHDR pReq);
/* PORTME: OS specific IDC stuff goes here. */
#endif
-RT_END_DECLS
+RT_C_DECLS_END
/**
* The SUPDRV IDC entry point.