Changeset 44173 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Dec 19, 2012 6:12:31 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82883
- Location:
- trunk/src/VBox/HostDrivers/Support/os2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r41067 r44173 151 151 * Create a new session. 152 152 */ 153 rc = supdrvCreateSession(&g_DevExt, true /* fUser */, &pSession);153 rc = supdrvCreateSession(&g_DevExt, true /* fUser */, true /*fUnrestricted*/, &pSession); 154 154 if (RT_SUCCESS(rc)) 155 155 { -
trunk/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp
r37596 r44173 66 66 67 67 68 int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited )68 int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, bool fUnrestricted) 69 69 { 70 70 /* … … 101 101 102 102 pThis->hDevice = hDevice; 103 pThis->fUnrestricted = true; 103 104 return VINF_SUCCESS; 104 105 }
Note:
See TracChangeset
for help on using the changeset viewer.