update xlib.api.win32

This commit is contained in:
iperov 2022-05-15 17:45:49 +04:00
commit 2be3278753
21 changed files with 726 additions and 192 deletions

View file

@ -1,6 +1,4 @@
#from ctypes import c_void_p, c_wchar_p, POINTER
from ..wintypes import BOOL, DWORD, MMRESULT, dll_import
from ..wintypes import DWORD, MMRESULT, dll_import
@dll_import('Winmm')
def timeBeginPeriod(uPeriod : DWORD) -> MMRESULT: ...