Changeset 15327 in vbox
- Timestamp:
- Dec 11, 2008 6:13:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
r14443 r15327 84 84 * 85 85 * @todo This needs reviewing against the linux packages. 86 * @todo The excessive use of kSupID_SharedLib needs to be reviewed at some point. For 86 * @todo The excessive use of kSupID_SharedLib needs to be reviewed at some point. For 87 87 * the time being we're building the linux packages with SharedLib pointing to 88 88 * AppPrivArch (lazy bird). … … 103 103 { kSupIFT_Dll, kSupID_SharedLib, false, "VBoxVMM" SUPLIB_DLL_SUFF }, 104 104 { kSupIFT_Dll, kSupID_SharedLib, false, "VBoxREM" SUPLIB_DLL_SUFF }, 105 #if RT_ARCH_BITS == 32 106 { kSupIFT_Dll, kSupID_SharedLib, true, "VBoxREM32" SUPLIB_DLL_SUFF }, 107 { kSupIFT_Dll, kSupID_SharedLib, true, "VBoxREM64" SUPLIB_DLL_SUFF }, 108 #endif 105 109 { kSupIFT_Dll, kSupID_SharedLib, false, "VBoxDD" SUPLIB_DLL_SUFF }, 106 110 { kSupIFT_Dll, kSupID_SharedLib, false, "VBoxDD2" SUPLIB_DLL_SUFF },
Note:
See TracChangeset
for help on using the changeset viewer.