mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Fix build with msvc
This commit is contained in:
parent
7701ed420e
commit
ed96c41005
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf _snprintf
|
||||
#include <BaseTsd.h>
|
||||
typedef SSIZE_T ssize_t;
|
||||
#endif
|
||||
|
||||
#define DECLARE_PYTHON(maj, min) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue