Author: mattip
Branch: win32-cleanup_2
Changeset: r53247:3f604a558950
Date: 2012-03-06 23:23 +0200
http://bitbucket.org/pypy/pypy/changeset/3f604a558950/
Log: declare pypy_timemodule_setCtrlHandler
diff --git a/pypy/module/rctime/interp_time.py
b/pypy/module/rctime/interp_time.py
--- a/pypy/module/rctime/interp_time.py
+++ b/pypy/module/rctime/interp_time.py
@@ -24,6 +24,7 @@
from pypy.module.thread import ll_thread as thread
eci = ExternalCompilationInfo(
+ post_include_bits = ["BOOL pypy_timemodule_setCtrlHandler(HANDLE
event);"],
separate_module_sources=['''
#include <windows.h>
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit