Changeset 95843 in vbox for trunk/src/VBox
- Timestamp:
- Jul 26, 2022 9:13:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTEnv.cpp
r95842 r95843 305 305 #ifndef RT_OS_WINDOWS 306 306 RTTestSub(hTest, "RTEnvGetExecEnvP"); 307 papsz = RTEnvGetExecEnvP(RTENV_DEFAULT);307 char const * const *papsz = RTEnvGetExecEnvP(RTENV_DEFAULT); 308 308 CHECK(papsz != NULL); 309 309 papsz = RTEnvGetExecEnvP(RTENV_DEFAULT);
Note:
See TracChangeset
for help on using the changeset viewer.