Changeset 92613 in vbox for trunk/src/VBox/Main/src-server/HostImpl.cpp
- Timestamp:
- Nov 26, 2021 9:53:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r91503 r92613 1181 1181 { 1182 1182 /* Perhaps the driver is available now... */ 1183 int rc = SUPR3InitEx( false /*fUnrestricted*/, NULL);1183 int rc = SUPR3InitEx(SUPR3INIT_F_LIMITED, NULL); 1184 1184 if (RT_SUCCESS(rc)) 1185 1185 {
Note:
See TracChangeset
for help on using the changeset viewer.