Changeset 59770 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Feb 22, 2016 12:14:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r59594 r59770 38 38 #include <errno.h> 39 39 #include <Strsafe.h> 40 #ifndef TARGET_NT440 #ifndef IPRT_TARGET_NT4 41 41 # include <LsaLookup.h> 42 42 #endif 43 43 #include <Lmcons.h> 44 44 45 #ifndef TARGET_NT445 #ifndef IPRT_TARGET_NT4 46 46 # define _NTDEF_ /* Prevents redefining (P)UNICODE_STRING. */ 47 47 # include <Ntsecapi.h> … … 1434 1434 dwErr = GetLastError(); 1435 1435 1436 #ifndef TARGET_NT41436 #ifndef IPRT_TARGET_NT4 1437 1437 /* 1438 1438 * The errors ERROR_TRUSTED_DOMAIN_FAILURE and ERROR_TRUSTED_RELATIONSHIP_FAILURE … … 1528 1528 } 1529 1529 else 1530 #endif /* ! TARGET_NT4 */1530 #endif /* !IPRT_TARGET_NT4 */ 1531 1531 if (dwErr == ERROR_INSUFFICIENT_BUFFER) 1532 1532 {
Note:
See TracChangeset
for help on using the changeset viewer.