mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #15070: fix VS9.0 build regression
This commit is contained in:
parent
73d9a292ae
commit
58440c91ce
1 changed files with 8 additions and 0 deletions
|
@ -802,6 +802,10 @@
|
||||||
RelativePath="..\..\Include\moduleobject.h"
|
RelativePath="..\..\Include\moduleobject.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Include\namespaceobject.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Include\node.h"
|
RelativePath="..\..\Include\node.h"
|
||||||
>
|
>
|
||||||
|
@ -1562,6 +1566,10 @@
|
||||||
RelativePath="..\..\Objects\moduleobject.c"
|
RelativePath="..\..\Objects\moduleobject.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Objects\namespaceobject.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Objects\object.c"
|
RelativePath="..\..\Objects\object.c"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue