[pypy-commit] pypy win32-cleanup_2: declare pypy_timemodule_setCtrlHandler

mattip noreply at buildbot.pypy.org
Tue Mar 6 22:24:27 CET 2012


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>
 


More information about the pypy-commit mailing list