Changeset 13908 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Nov 6, 2008 11:53:47 AM (16 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r13503 r13908 37 37 # include <os2.h> 38 38 # include <stdio.h> 39 # include <stdlib.h> 40 # include <dlfcn.h> 39 41 40 42 #elif RT_OS_WINDOWS … … 86 88 */ 87 89 #ifdef RT_OS_OS2 88 # define SUP_HARDENED_SYM(sym) "_" ##sym90 # define SUP_HARDENED_SYM(sym) "_" sym 89 91 #else 90 92 # define SUP_HARDENED_SYM(sym) sym -
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
r13637 r13908 37 37 # include <os2.h> 38 38 # include <stdio.h> 39 # include <stdlib.h> 40 # include <unistd.h> 41 # include <sys/fcntl.h> 42 # include <sys/errno.h> 43 # include <sys/syslimits.h> 39 44 40 45 #elif defined(RT_OS_WINDOWS) -
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r13862 r13908 375 375 } 376 376 377 378 bool VBOXCALL supdrvOSGetForcedAsyncTscMode(PSUPDRVDEVEXT pDevExt) 379 { 380 NOREF(pDevExt); 381 return false; 382 } 383 384 377 385 /** 378 386 * Callback for writing to the log buffer.
Note:
See TracChangeset
for help on using the changeset viewer.