Author: Matti Picus <[email protected]>
Branch: win32-cleanup2
Changeset: r54280:2921217e4b74
Date: 2012-04-09 20:05 +0300
http://bitbucket.org/pypy/pypy/changeset/2921217e4b74/

Log:    fix include order

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,10 +24,9 @@
     from pypy.module.thread import ll_thread as thread
 
     eci = ExternalCompilationInfo(
+        includes = ["windows.h"],
         post_include_bits = ["BOOL pypy_timemodule_setCtrlHandler(HANDLE 
event);"],
         separate_module_sources=['''
-            #include <windows.h>
-
             static HANDLE interrupt_event;
 
             static BOOL WINAPI CtrlHandlerRoutine(
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to