summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorArtem Mukhin <ortem00@gmail.com>2023-03-22 11:35:27 (GMT)
committerGitHub <noreply@github.com>2023-03-22 11:35:27 (GMT)
commit0a60deaeaf1d129cb061f50995a8b6d9d18fa3ec (patch)
tree60168f7fdaccb5e712feeec673ee2640912ba07e /PCbuild
parente0c63b72671bf816d3073f1a6a9107f6c171cae7 (diff)
downloadcpython-0a60deaeaf1d129cb061f50995a8b6d9d18fa3ec.zip
cpython-0a60deaeaf1d129cb061f50995a8b6d9d18fa3ec.tar.gz
cpython-0a60deaeaf1d129cb061f50995a8b6d9d18fa3ec.tar.bz2
GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/_testcapi.vcxproj1
-rw-r--r--PCbuild/_testcapi.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/_testcapi.vcxproj b/PCbuild/_testcapi.vcxproj
index 4cc184b..439cd68 100644
--- a/PCbuild/_testcapi.vcxproj
+++ b/PCbuild/_testcapi.vcxproj
@@ -109,6 +109,7 @@
<ClCompile Include="..\Modules\_testcapi\structmember.c" />
<ClCompile Include="..\Modules\_testcapi\exceptions.c" />
<ClCompile Include="..\Modules\_testcapi\code.c" />
+ <ClCompile Include="..\Modules\_testcapi\pyos.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc" />
diff --git a/PCbuild/_testcapi.vcxproj.filters b/PCbuild/_testcapi.vcxproj.filters
index fbdaf04..0e42e49 100644
--- a/PCbuild/_testcapi.vcxproj.filters
+++ b/PCbuild/_testcapi.vcxproj.filters
@@ -57,6 +57,9 @@
<ClCompile Include="..\Modules\_testcapi\code.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\Modules\_testcapi\pyos.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc">