Skip to content

Commit 696ca3d

Browse files
committed
Update generated file
1 parent 12d999d commit 696ca3d

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

Modules/_winapi.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3055,10 +3055,11 @@ Writes an entry at the end of the specified event log.
30553055
[clinic start generated code]*/
30563056

30573057
static PyObject *
3058-
_winapi_ReportEvent_impl(PyObject *module, HANDLE handle, int type,
3059-
int category, int event_id, PyObject *strings,
3058+
_winapi_ReportEvent_impl(PyObject *module, HANDLE handle,
3059+
unsigned short type, unsigned short category,
3060+
unsigned int event_id, PyObject *strings,
30603061
Py_buffer *raw_data)
3061-
/*[clinic end generated code: output=62348d38f92d26e8 input=4ac507ddabbf91ca]*/
3062+
/*[clinic end generated code: output=fc3bbbde78cffd6c input=d4159129e760b095]*/
30623063
{
30633064
BOOL success;
30643065
LPCWSTR *string_array = NULL;

Modules/clinic/_winapi.c.h

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

0 commit comments

Comments
 (0)