VirtualBox

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp

    r20366 r20374  
    7171
    7272#ifdef VBOX_WITH_HOST_VMX
    73 RT_BEGIN_DECLS
     73RT_C_DECLS_BEGIN
    7474# include <i386/vmx.h>
    75 RT_END_DECLS
     75RT_C_DECLS_END
    7676#endif
    7777
     
    8989*   Internal Functions                                                         *
    9090*******************************************************************************/
    91 RT_BEGIN_DECLS
     91RT_C_DECLS_BEGIN
    9292static kern_return_t    VBoxDrvDarwinStart(struct kmod_info *pKModInfo, void *pvData);
    9393static kern_return_t    VBoxDrvDarwinStop(struct kmod_info *pKModInfo, void *pvData);
     
    101101
    102102static IOReturn         VBoxDrvDarwinSleepHandler(void *pvTarget, void *pvRefCon, UInt32 uMessageType, IOService *pProvider, void *pvMessageArgument, vm_size_t argSize);
    103 RT_END_DECLS
     103RT_C_DECLS_END
    104104
    105105
     
    162162 * Declare the module stuff.
    163163 */
    164 RT_BEGIN_DECLS
     164RT_C_DECLS_BEGIN
    165165extern kern_return_t _start(struct kmod_info *pKModInfo, void *pvData);
    166166extern kern_return_t _stop(struct kmod_info *pKModInfo, void *pvData);
     
    170170DECLHIDDEN(kmod_stop_func_t *)  _antimain = VBoxDrvDarwinStop;
    171171DECLHIDDEN(int)                 _kext_apple_cc = __APPLE_CC__;
    172 RT_END_DECLS
     172RT_C_DECLS_END
    173173
    174174
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