Changeset 27555 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 20, 2010 3:03:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp
r27514 r27555 83 83 84 84 #ifdef RT_OS_WINDOWS 85 # if 0 /** @todo Something here drags in Secur32.dll and prevents the testcase from being run on NT4. Add this stuff to IPRT and dynamically resolve the problematic bits, please. */ 85 86 char szUser[_1K]; 86 87 DWORD cbLen = sizeof(szUser); … … 134 135 RTMemFree(pszDomain); 135 136 } 137 # endif 136 138 #else 137 139 /** @todo Lookup UID/effective UID, maybe GID? */
Note:
See TracChangeset
for help on using the changeset viewer.