VirtualBox

Changeset 45250 in vbox for trunk/src


Ignore:
Timestamp:
Mar 29, 2013 3:40:59 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84632
Message:

VBOXR0DRV/darwin: Set default visibility to hidden.

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvIDC.h

    r44529 r45250  
    225225
    226226#if defined(RT_OS_DARWIN)
    227 extern int VBOXCALL SUPDrvDarwinIDC(uint32_t iReq, PSUPDRVIDCREQHDR pReq);
     227# ifdef IN_SUP_R0
     228extern DECLEXPORT(int) VBOXCALL SUPDrvDarwinIDC(uint32_t iReq, PSUPDRVIDCREQHDR pReq);
     229# else
     230extern DECLIMPORT(int) VBOXCALL SUPDrvDarwinIDC(uint32_t iReq, PSUPDRVIDCREQHDR pReq);
     231# endif
    228232
    229233#elif defined(RT_OS_FREEBSD)
  • trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp

    r44173 r45250  
    702702 * @param   pReq        The request.
    703703 */
    704 int VBOXCALL SUPDrvDarwinIDC(uint32_t uReq, PSUPDRVIDCREQHDR pReq)
     704DECLEXPORT(int) VBOXCALL SUPDrvDarwinIDC(uint32_t uReq, PSUPDRVIDCREQHDR pReq)
    705705{
    706706    PSUPDRVSESSION  pSession;
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