Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r84718:ad97f2acb02f
Date: 2016-05-26 15:48 -0700
http://bitbucket.org/pypy/pypy/changeset/ad97f2acb02f/

Log:    fix

diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py
--- a/lib_pypy/_winapi.py
+++ b/lib_pypy/_winapi.py
@@ -53,7 +53,7 @@
 _GetStdHandle.argtypes = [ctypes.c_int]
 _GetStdHandle.restype = ctypes.c_int
 
-_GetModuleFileNameW = kernel32.GetModuleFileNameW
+_GetModuleFileNameW = _kernel32.GetModuleFileNameW
 _GetModuleFileNameW.argtypes = [ctypes.c_int, ctypes.c_wchar_p, ctypes.c_uint]
 _GetModuleFileNameW.restype = ctypes.c_int
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to