mirror of https://github.com/python/cpython
Issue #15070: fix VS9.0 build regression
This commit is contained in:
parent
73d9a292ae
commit
58440c91ce
|
@ -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…
Reference in New Issue