Changeset 95849 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Jul 26, 2022 11:36:23 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/testcase/tstUserInfo.cpp
r93115 r95849 27 27 #include <iprt/initterm.h> 28 28 #include <iprt/path.h> 29 #include <iprt/env.h> 29 30 #include <iprt/stream.h> 30 31 #include <iprt/string.h> … … 70 71 /* Dump env bits. */ 71 72 RTPrintf("Environment:\n\n"); 72 RTPrintf("APPDATA = %s\n", getenv("APPDATA"));73 RTPrintf("APPDATA = %s\n", RTEnvGet("APPDATA")); 73 74 #endif 74 75 return RT_SUCCESS(rc) ? RTEXITCODE_SUCCESS : RTEXITCODE_FAILURE;
Note:
See TracChangeset
for help on using the changeset viewer.