mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-16 10:03:42 -07:00
update xlib.api.win32
This commit is contained in:
parent
878c14756b
commit
2be3278753
21 changed files with 726 additions and 192 deletions
|
@ -33,6 +33,6 @@ def SetPriorityClass(hProcess : HANDLE, priority_class : DWORD ) -> BOOL: ...
|
|||
def WaitForSingleObject(hHandle : HANDLE, dwMilliseconds : DWORD) -> DWORD:...
|
||||
|
||||
@dll_import('kernel32')
|
||||
def Sleep( dwMilliseconds : DWORD):...
|
||||
def Sleep( dwMilliseconds : DWORD) -> None:...
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue