mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
417e026e0f
commit
9b7aa7edb8
@ -228,7 +228,7 @@ _GetDeviceCaps.argtypes = c_int, c_int
|
||||
_SetWindowPos = _user32.SetWindowPos
|
||||
_SetWindowPos.argtypes = c_int, c_void_p, c_int, c_int, c_int, c_int, c_uint
|
||||
_GetWindowText = _user32.GetWindowTextW
|
||||
_GetWindowText.argtypes = c_int, c_wchar_p, c_int
|
||||
_GetWindowText.argtypes = HWND, c_wchar_p, c_int
|
||||
_GetWindowTextLength = _user32.GetWindowTextLengthW
|
||||
_MoveWindow = _user32.MoveWindow
|
||||
_MoveWindow.argtypes = c_int, c_int, c_int, c_int, c_int, c_bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user