Skip to content

Commit e66e650

Browse files
committed
Update PC
1 parent c0e08b6 commit e66e650

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@
277277
<ClInclude Include="..\Include\internal\pycore_llist.h" />
278278
<ClInclude Include="..\Include\internal\pycore_lock.h" />
279279
<ClInclude Include="..\Include\internal\pycore_long.h" />
280+
<ClInclude Include="..\Include\internal\pycore_mmap.h" />
280281
<ClInclude Include="..\Include\internal\pycore_modsupport.h" />
281282
<ClInclude Include="..\Include\internal\pycore_moduleobject.h" />
282283
<ClInclude Include="..\Include\internal\pycore_namespace.h" />

PCbuild/pythoncore.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,9 @@
735735
<ClInclude Include="..\Include\internal\pycore_long.h">
736736
<Filter>Include\internal</Filter>
737737
</ClInclude>
738+
<ClInclude Include="..\Include\internal\pycore_mmap.h">
739+
<Filter>Include\internal</Filter>
740+
</ClInclude>
738741
<ClInclude Include="..\Include\internal\pycore_modsupport.h">
739742
<Filter>Include\internal</Filter>
740743
</ClInclude>

0 commit comments

Comments
 (0)