Changeset 27416 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 16, 2010 4:43:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r27387 r27416 308 308 rc = RTErrConvertFromWin32(GetLastError()); 309 309 310 if (hToken == INVALID_HANDLE_VALUE)310 if (hToken != INVALID_HANDLE_VALUE) 311 311 CloseHandle(hToken); 312 312 }
Note:
See TracChangeset
for help on using the changeset viewer.