Staging
v0.8.1
Revision 0852c7dd52ac42e7843ddfef44571494e4c86070 authored by Victor Stinner on 22 January 2020, 20:53:26 UTC, committed by GitHub on 22 January 2020, 20:53:26 UTC
Windows: _wputenv(env) copies the *env* string and doesn't require
the caller to manage the variable memory.
1 parent b73dd02
Raw File
_testcapi.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top