summaryrefslogtreecommitdiff
path: root/Python/import.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/import.c')
-rw-r--r--Python/import.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/import.c b/Python/import.c
index 291e63dc79..b35dea1927 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -4,6 +4,8 @@
#include "Python.h"
#include "Python-ast.h"
+#undef Yield /* to avoid conflict with winbase.h */
+
#include "pyarena.h"
#include "pythonrun.h"
#include "errcode.h"