mirror of
https://github.com/python/cpython.git
synced 2026-05-17 18:08:50 -04:00
Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typecast to get a 64 bit integer, and undefined the Yield macro that conflicts with winbase.h
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "Python.h"
|
||||
|
||||
#include "Python-ast.h"
|
||||
#undef Yield /* undefine macro conflicting with winbase.h */
|
||||
#include "grammar.h"
|
||||
#include "node.h"
|
||||
#include "token.h"
|
||||
|
||||
Reference in New Issue
Block a user