Author: Matti Picus <[email protected]>
Branch: win32-cleanup2
Changeset: r54242:05ab3be91dfd
Date: 2012-04-08 01:45 +0300
http://bitbucket.org/pypy/pypy/changeset/05ab3be91dfd/
Log: revert console handling to run tests on this version
diff --git a/pypy/translator/c/src/winstuff.c b/pypy/translator/c/src/winstuff.c
--- a/pypy/translator/c/src/winstuff.c
+++ b/pypy/translator/c/src/winstuff.c
@@ -27,7 +27,7 @@
void pypy_Windows_startup(void)
{
-#if 0 && defined _MSC_VER && _MSC_VER >= 1400 && defined(__STDC_SECURE_LIB__)
+#if defined _MSC_VER && _MSC_VER >= 1400 && defined(__STDC_SECURE_LIB__)
/* Set CRT argument error handler */
_set_invalid_parameter_handler(InvalidParameterHandler);
/* turn off assertions within CRT in debug mode;
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit