Commit 117a899e authored by Mark Dickinson's avatar Mark Dickinson

Add dtoa.c and dtoa.h to the relevant project files.

parent 2ef9e8ce
...@@ -329,6 +329,10 @@ SOURCE=..\dl_nt.c ...@@ -329,6 +329,10 @@ SOURCE=..\dl_nt.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Python\dtoa.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\dynload_win.c SOURCE=..\..\Python\dynload_win.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -511,6 +511,9 @@ ...@@ -511,6 +511,9 @@
<File <File
RelativePath="..\..\PC\dl_nt.c"> RelativePath="..\..\PC\dl_nt.c">
</File> </File>
<File
RelativePath="..\..\Python\dtoa.c">
</File>
<File <File
RelativePath="..\..\Python\dynload_win.c"> RelativePath="..\..\Python\dynload_win.c">
</File> </File>
......
...@@ -714,6 +714,10 @@ ...@@ -714,6 +714,10 @@
RelativePath="..\..\Include\dictobject.h" RelativePath="..\..\Include\dictobject.h"
> >
</File> </File>
<File
RelativePath="..\..\Include\dtoa.h"
>
</File>
<File <File
RelativePath="..\..\Include\enumobject.h" RelativePath="..\..\Include\enumobject.h"
> >
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment