Skip to content

Commit d73322f

Browse files
committed
Fix Windows build
1 parent 9fa57c5 commit d73322f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@
193193
<ClInclude Include="..\Include\cpython\traceback.h" />
194194
<ClInclude Include="..\Include\cpython\tracemalloc.h" />
195195
<ClInclude Include="..\Include\cpython\tupleobject.h" />
196-
<ClInclude Include="..\Include\cpython\unicode_formatter.h" />
197196
<ClInclude Include="..\Include\cpython\unicodeobject.h" />
198197
<ClInclude Include="..\Include\cpython\warnings.h" />
199198
<ClInclude Include="..\Include\cpython\weakrefobject.h" />
@@ -557,6 +556,7 @@
557556
<ClCompile Include="..\Objects\typeobject.c" />
558557
<ClCompile Include="..\Objects\typevarobject.c" />
559558
<ClCompile Include="..\Objects\unicodectype.c" />
559+
<ClCompile Include="..\Objects\unicode_formatter.c" />
560560
<ClCompile Include="..\Objects\unicodeobject.c" />
561561
<ClCompile Include="..\Objects\unionobject.c" />
562562
<ClCompile Include="..\Objects\weakrefobject.c" />

0 commit comments

Comments
 (0)