Skip to content

Commit b4e8d8b

Browse files
committed
Update generated files
1 parent 7b9ffec commit b4e8d8b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

PC/clinic/winreg.c.h

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/winreg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ If the function fails, an OSError exception is raised.
14261426
static HKEY
14271427
winreg_OpenKey_impl(PyObject *module, HKEY key, const wchar_t *sub_key,
14281428
int reserved, REGSAM access)
1429-
/*[clinic end generated code: output=5efbad23b3ffe2e7 input=7fb70c602dd114dd]*/
1429+
/*[clinic end generated code: output=5efbad23b3ffe2e7 input=a2fb7586bbed3b01]*/
14301430
{
14311431
return winreg_OpenKeyEx_impl(module, key, sub_key, reserved, access, 0);
14321432
}

0 commit comments

Comments
 (0)