mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 02:37:01 -07:00
update xlib.api.win32
This commit is contained in:
parent
878c14756b
commit
2be3278753
21 changed files with 726 additions and 192 deletions
|
@ -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: ...
|
Loading…
Add table
Add a link
Reference in a new issue