Update Windows version to include bytecode maps

This commit is contained in:
Michael Hansen 2010-11-07 15:39:36 -08:00
commit 3f8311122d
3 changed files with 140 additions and 0 deletions

View file

@ -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);