Changeset 25260 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Dec 9, 2009 2:07:44 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55785
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r25258 r25260 382 382 } 383 383 384 #ifdef SUPDRV_USE_NATIVE_LOADER384 #ifdef VBOX_WITH_NATIVE_R0_LOADER 385 385 386 386 int VBOXCALL supdrvOSLdrOpen(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const char *pszFilename) … … 410 410 } 411 411 412 #endif /* SUPDRV_USE_NATIVE_LOADER */412 #endif /* VBOX_WITH_NATIVE_R0_LOADER */ 413 413 414 414 /**
Note:
See TracChangeset
for help on using the changeset viewer.