Home
last modified time | relevance | path

Searched refs:SIZEOF_HKEY (Results 1 – 3 of 3) sorted by relevance

/third_party/python/PC/
Dpyconfig.h290 # define SIZEOF_HKEY 8 macro
305 # define SIZEOF_HKEY 4 macro
Dwinreg.c482 #if SIZEOF_LONG >= SIZEOF_HKEY in PyWinObject_CloseHKEY()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3607 +#ifndef SIZEOF_HKEY
3610 +# define SIZEOF_HKEY 8
3612 +# define SIZEOF_HKEY 4
3614 +# error "SIZEOF_HKEY is not defined"