mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-131296: Fix incompatible pointer type warning in _winapi.c (GH-131600)
This commit is contained in:
parent
4940d96135
commit
9127b4602e
1 changed files with 1 additions and 1 deletions
|
|
@ -609,7 +609,7 @@ _winapi_CreateJunction_impl(PyObject *module, LPCWSTR src_path,
|
|||
/* overallocate by a few array elements */
|
||||
LUID_AND_ATTRIBUTES privs[4];
|
||||
} tp, previousTp;
|
||||
int previousTpSize = 0;
|
||||
DWORD previousTpSize = 0;
|
||||
|
||||
/* Reparse data buffer */
|
||||
const USHORT prefix_len = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue