Skip to content

Commit

Permalink
Update acquire/gui/win32.py
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Schamper <[email protected]>
  • Loading branch information
cecinestpasunepipe and Schamper authored Feb 1, 2024
1 parent 57af3a2 commit d2c60c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acquire/gui/win32.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def HIWORD(dword: w.DWORD) -> w.DWORD:
WNDPROC = WINFUNCTYPE(LRESULT, w.HWND, w.UINT, w.WPARAM, w.LPARAM)
BFFCALLBACK = WINFUNCTYPE(c_int, w.HWND, w.UINT, w.LPARAM, w.LPARAM)
CW_USEDEFAULT = -2147483648
IDI_APPLICATION = w.LPCWSTR(32512)
IDI_APPLICATION = w.LPCWSTR(0x7f00)
CS_VREDRAW = 0x0001
CS_HREDRAW = 0x0002
IDC_ARROW = w.LPCWSTR(32512)
Expand Down

0 comments on commit d2c60c0

Please sign in to comment.