Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dce09c3

Browse files
Issue #16991: Add odictobject.h on Windows.
1 parent f3b73ad commit dce09c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PCbuild/pythoncore.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
<ClInclude Include="..\Include\node.h" />
123123
<ClInclude Include="..\Include\object.h" />
124124
<ClInclude Include="..\Include\objimpl.h" />
125+
<ClInclude Include="..\Include\odictobject.h" />
125126
<ClInclude Include="..\Include\opcode.h" />
126127
<ClInclude Include="..\Include\osdefs.h" />
127128
<ClInclude Include="..\Include\parsetok.h" />
@@ -313,6 +314,7 @@
313314
<ClCompile Include="..\Objects\namespaceobject.c" />
314315
<ClCompile Include="..\Objects\object.c" />
315316
<ClCompile Include="..\Objects\obmalloc.c" />
317+
<ClCompile Include="..\Objects\odictobject.c" />
316318
<ClCompile Include="..\Objects\rangeobject.c" />
317319
<ClCompile Include="..\Objects\setobject.c" />
318320
<ClCompile Include="..\Objects\sliceobject.c" />

0 commit comments

Comments
 (0)