Fix Windows build
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
#include "module.h"
|
||||
#include <cstring>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf sprintf_s
|
||||
#endif
|
||||
|
||||
/* PycInt */
|
||||
void PycInt::load(PycData* stream, PycModule*)
|
||||
{
|
||||
|
@@ -232,6 +232,10 @@
|
||||
RelativePath=".\bytes\python_31.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bytes\python_32.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\ASTNode.cpp"
|
||||
|
@@ -232,6 +232,10 @@
|
||||
RelativePath=".\bytes\python_31.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bytes\python_32.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\ASTNode.cpp"
|
||||
|
Reference in New Issue
Block a user