Changeset 27554 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Mar 20, 2010 3:02:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/localipc-win.cpp
r26344 r27554 193 193 DWORD err; 194 194 PSECURITY_DESCRIPTOR pSecDesc = NULL; 195 #if 0 /** @todo dynamically resolve this as it is the only thing that prevents 196 * loading IPRT on NT4. */ 195 197 if (ConvertStringSecurityDescriptorToSecurityDescriptor(RTLOCALIPC_WIN_SDDL, 196 198 SDDL_REVISION_1, 197 199 &pSecDesc, 198 200 NULL)) 201 #else 202 AssertFatalFailed(); 203 SetLastError(-1); 204 if (0) 205 #endif 199 206 { 200 207 SECURITY_ATTRIBUTES SecAttrs;
Note:
See TracChangeset
for help on using the changeset viewer.