[pypy-svn] r79963 - pypy/branch/fast-forward/pypy/translator/c/src

afa at codespeak.net afa at codespeak.net
Sat Dec 11 00:33:15 CET 2010


Author: afa
Date: Sat Dec 11 00:33:13 2010
New Revision: 79963

Modified:
   pypy/branch/fast-forward/pypy/translator/c/src/signals.h
Log:
Fix tests on Windows


Modified: pypy/branch/fast-forward/pypy/translator/c/src/signals.h
==============================================================================
--- pypy/branch/fast-forward/pypy/translator/c/src/signals.h	(original)
+++ pypy/branch/fast-forward/pypy/translator/c/src/signals.h	Sat Dec 11 00:33:13 2010
@@ -8,7 +8,7 @@
 
 #include <stdlib.h>
 
-#ifdef MS_WINDOWS
+#ifdef _WIN32
 #include <process.h>
 #include <io.h>
 #else



More information about the Pypy-commit mailing list