mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Update Windows version to include bytecode maps
This commit is contained in:
parent
90bfaad7d0
commit
3f8311122d
3 changed files with 140 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#include "bytecode.h"
|
||||
#include "numeric.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#define DECLARE_PYTHON(maj, min) \
|
||||
extern int python_##maj##min##_map(int); \
|
||||
extern int python_##maj##min##_unmap(int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue