Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r74144:a203c518cb8e
Date: 2014-10-23 14:31 -0700
http://bitbucket.org/pypy/pypy/changeset/a203c518cb8e/

Log:    (mattip) attempt to fix win32 translation

diff --git a/pypy/module/posix/interp_nt.py b/pypy/module/posix/interp_nt.py
--- a/pypy/module/posix/interp_nt.py
+++ b/pypy/module/posix/interp_nt.py
@@ -21,6 +21,9 @@
 """
 eci = ExternalCompilationInfo(
     includes=['windows.h'],
+    post_include_bits=[
+        "DWORD "
+        "pypy_GetFinalPathNameByHandle(FARPROC, HANDLE, LPTSTR, DWORD, 
DWORD);"],
     separate_module_sources=[separate_module_source],
     export_symbols=['pypy_GetFinalPathNameByHandle']
     )
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to