Changeset 8891
- Timestamp:
- 05/16/08 14:43:44 (4 months ago)
- Files:
-
- trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r8155 r8891 214 214 CookieReq.u.In.u32ReqVersion = SUPDRVIOC_VERSION; 215 215 const uint32_t MinVersion = (SUPDRVIOC_VERSION & 0xffff0000) == 0x00070000 216 ? 0x0007000 1/* need new exports */216 ? 0x00070002 /* need new exports */ 217 217 : SUPDRVIOC_VERSION & 0xffff0000; 218 218 CookieReq.u.In.u32MinVersion = MinVersion;

