- Timestamp:
- Mar 29, 2013 3:40:59 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84632
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvIDC.h
r44529 r45250 225 225 226 226 #if defined(RT_OS_DARWIN) 227 extern int VBOXCALL SUPDrvDarwinIDC(uint32_t iReq, PSUPDRVIDCREQHDR pReq); 227 # ifdef IN_SUP_R0 228 extern DECLEXPORT(int) VBOXCALL SUPDrvDarwinIDC(uint32_t iReq, PSUPDRVIDCREQHDR pReq); 229 # else 230 extern DECLIMPORT(int) VBOXCALL SUPDrvDarwinIDC(uint32_t iReq, PSUPDRVIDCREQHDR pReq); 231 # endif 228 232 229 233 #elif defined(RT_OS_FREEBSD) -
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r44173 r45250 702 702 * @param pReq The request. 703 703 */ 704 intVBOXCALL SUPDrvDarwinIDC(uint32_t uReq, PSUPDRVIDCREQHDR pReq)704 DECLEXPORT(int) VBOXCALL SUPDrvDarwinIDC(uint32_t uReq, PSUPDRVIDCREQHDR pReq) 705 705 { 706 706 PSUPDRVSESSION pSession;
Note:
See TracChangeset
for help on using the changeset viewer.