Author: Matti Picus <[email protected]>
Branch:
Changeset: r93652:d1ea0800978f
Date: 2018-01-11 06:42 +0200
http://bitbucket.org/pypy/pypy/changeset/d1ea0800978f/
Log: fix merge from f560bd567d72
diff --git a/rpython/rlib/rwinreg.py b/rpython/rlib/rwinreg.py
--- a/rpython/rlib/rwinreg.py
+++ b/rpython/rlib/rwinreg.py
@@ -47,7 +47,7 @@
HKEY = rwin32.HANDLE
PHKEY = rffi.CArrayPtr(HKEY)
REGSAM = rwin32.DWORD
-suffix = 'W'
+suffix = 'A'
RegSetValue = external(
'RegSetValue' + suffix,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit