mirror of
https://github.com/python/cpython.git
synced 2026-03-30 08:30:57 +00:00
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Add pyatomic.h to the VS project (it wasn't referenced).
This commit is contained in:
parent
9204fb8623
commit
31368a4f0e
10 changed files with 23 additions and 10 deletions
|
|
@ -118,6 +118,7 @@
|
|||
<ClInclude Include="..\Include\internal\gil.h" />
|
||||
<ClInclude Include="..\Include\internal\hamt.h" />
|
||||
<ClInclude Include="..\Include\internal\mem.h" />
|
||||
<ClInclude Include="..\Include\internal\pyatomic.h" />
|
||||
<ClInclude Include="..\Include\internal\pystate.h" />
|
||||
<ClInclude Include="..\Include\internal\warnings.h" />
|
||||
<ClInclude Include="..\Include\intrcheck.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue