Skip to content

Commit 28bf171

Browse files
committed
Regenerate files
1 parent 1fd89db commit 28bf171

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

PC/clinic/winreg.c.h

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/winreg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ static HKEY
971971
winreg_CreateKeyEx_impl(PyObject *module, HKEY key, const wchar_t *sub_key,
972972
int reserved, REGSAM access, int options,
973973
int create_only)
974-
/*[clinic end generated code: output=10c0a5f7beea07e3 input=89977916fab6d95e]*/
974+
/*[clinic end generated code: output=10c0a5f7beea07e3 input=23d740b8cd7fb0df]*/
975975
{
976976
HKEY retKey;
977977
long rc;
@@ -1428,7 +1428,7 @@ If the function fails, an OSError exception is raised.
14281428
static HKEY
14291429
winreg_OpenKey_impl(PyObject *module, HKEY key, const wchar_t *sub_key,
14301430
int reserved, REGSAM access, int options)
1431-
/*[clinic end generated code: output=1cb0239fad9672e0 input=c0bb3ed652f63389]*/
1431+
/*[clinic end generated code: output=1cb0239fad9672e0 input=22143fbb7e9bd606]*/
14321432
{
14331433
HKEY retKey;
14341434
long rc;

0 commit comments

Comments
 (0)