mirror of https://github.com/python/cpython
gh-119853: Add Include/refcount.h to projects (#119860)
This commit is contained in:
parent
879d43b705
commit
f9d47fed9f
|
@ -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…
Reference in New Issue