Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r80724:e83475f80fac
Date: 2015-11-17 09:40 +0100
http://bitbucket.org/pypy/pypy/changeset/e83475f80fac/

Log:    comment

diff --git a/pypy/module/_cffi_backend/src/parse_c_type.c 
b/pypy/module/_cffi_backend/src/parse_c_type.c
--- a/pypy/module/_cffi_backend/src/parse_c_type.c
+++ b/pypy/module/_cffi_backend/src/parse_c_type.c
@@ -4,7 +4,7 @@
 #include <errno.h>
 
 #if defined(_MSC_VER)
-# include <windows.h>
+# include <windows.h>   /* needed at least to define MS_WIN32 */
 typedef size_t uintptr_t;
 #else
 # include <stdint.h>
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to