VirtualBox

Changeset 95843 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 26, 2022 9:13:03 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/env-generic.cpp: Refactored RTEnvCloneEx, rewriting the cloning of the default environment on windows to be more no-crt compatible and race free. Don't expose RTEnvGetExecEnvP on Windows, removing it from the stable function list. [build fix] bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTEnv.cpp

    r95842 r95843  
    305305#ifndef RT_OS_WINDOWS
    306306    RTTestSub(hTest, "RTEnvGetExecEnvP");
    307     papsz = RTEnvGetExecEnvP(RTENV_DEFAULT);
     307    char const * const *papsz = RTEnvGetExecEnvP(RTENV_DEFAULT);
    308308    CHECK(papsz != NULL);
    309309    papsz = RTEnvGetExecEnvP(RTENV_DEFAULT);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette