[issue23026] Winreg module doesn't support REG_QWORD, small DWORD doc update

Mark Grandi report at bugs.python.org
Mon May 23 13:39:07 EDT 2016


Mark Grandi added the comment:

why do you say that QWORD is not present in windows.h? 

I found it here: https://msdn.microsoft.com/en-us/library/windows/desktop/aa383751%28v=vs.85%29.aspx

typedef unsigned __int64 QWORD;

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23026>
_______________________________________


More information about the Python-bugs-list mailing list