Staging
v0.5.1
https://github.com/python/cpython
Revision ec62130655fcf10739e1ade7fd492d29bb60c8dc authored by Antoine Pitrou on 25 May 2011, 16:17:25 UTC, committed by Antoine Pitrou on 25 May 2011, 16:17:25 UTC
1 parent 12d547a
Raw File
Tip revision: ec62130655fcf10739e1ade7fd492d29bb60c8dc authored by Antoine Pitrou on 25 May 2011, 16:17:25 UTC
Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
Tip revision: ec62130
winsound.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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\winsound.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top