mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-119853: Add Include/refcount.h to projects (#119860)
This commit is contained in:
parent
879d43b705
commit
f9d47fed9f
3 changed files with 5 additions and 0 deletions
|
|
@ -1055,6 +1055,7 @@ PYTHON_HEADERS= \
|
|||
$(srcdir)/Include/pythread.h \
|
||||
$(srcdir)/Include/pytypedefs.h \
|
||||
$(srcdir)/Include/rangeobject.h \
|
||||
$(srcdir)/Include/refcount.h \
|
||||
$(srcdir)/Include/setobject.h \
|
||||
$(srcdir)/Include/sliceobject.h \
|
||||
$(srcdir)/Include/structmember.h \
|
||||
|
|
|
|||
|
|
@ -349,6 +349,7 @@
|
|||
<ClInclude Include="..\Include\pythread.h" />
|
||||
<ClInclude Include="..\Include\pytypedefs.h" />
|
||||
<ClInclude Include="..\Include\rangeobject.h" />
|
||||
<ClInclude Include="..\Include\refcount.h" />
|
||||
<ClInclude Include="..\Include\setobject.h" />
|
||||
<ClInclude Include="..\Include\sliceobject.h" />
|
||||
<ClInclude Include="..\Include\structmember.h" />
|
||||
|
|
|
|||
|
|
@ -207,6 +207,9 @@
|
|||
<ClInclude Include="..\Include\rangeobject.h">
|
||||
<Filter>Include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\Include\refcount.h">
|
||||
<Filter>Include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\Include\setobject.h">
|
||||
<Filter>Include</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue