mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 02:37:01 -07:00
code release
This commit is contained in:
parent
b941ba41a3
commit
a902f11f74
354 changed files with 826570 additions and 1 deletions
6
xlib/api/win32/winmm/winmm.py
Normal file
6
xlib/api/win32/winmm/winmm.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
#from ctypes import c_void_p, c_wchar_p, POINTER
|
||||
from ..wintypes import BOOL, DWORD, MMRESULT, dll_import
|
||||
|
||||
|
||||
@dll_import('Winmm')
|
||||
def timeBeginPeriod(uPeriod : DWORD) -> MMRESULT: ...
|
Loading…
Add table
Add a link
Reference in a new issue