gh-60580: Fix a wrong type of ctypes.wintypes.BYTE (#97579)
Created from a patch file attached to an issue, by Anatoly Techtonik.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# The most useful windows datatypes
|
||||
import ctypes
|
||||
|
||||
BYTE = ctypes.c_byte
|
||||
BYTE = ctypes.c_ubyte
|
||||
WORD = ctypes.c_ushort
|
||||
DWORD = ctypes.c_ulong
|
||||
|
||||
|
||||
Reference in New Issue
Block a user