Changeset 95735 in vbox
- Timestamp:
- Jul 20, 2022 1:49:32 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152438
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r95274 r95735 35 35 #include <Userenv.h> 36 36 #include <tlhelp32.h> 37 #include <process.h> 38 #include <errno.h> 39 #include <Strsafe.h> 37 #ifndef IPRT_NO_CRT 38 # include <process.h> 39 # include <errno.h> 40 # include <Strsafe.h> 41 #endif 40 42 #include <LsaLookup.h> 41 43 #include <Lmcons.h>
Note:
See TracChangeset
for help on using the changeset viewer.