mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 00:07:14 +03:00
protocol: docstring WNDCLASS structure
* Built with py2exe. * Frontier Auth from scratch works on Windows 10 native.
This commit is contained in:
parent
165f55bba4
commit
1692cac51c
@ -119,7 +119,9 @@ elif sys.platform == 'win32' and getattr(sys, 'frozen', False) and not is_wine a
|
||||
UINT, WPARAM
|
||||
)
|
||||
|
||||
class WNDCLASS(Structure): # noqa: D101 # I dont want to chance messing with a Structure with a docstring
|
||||
class WNDCLASS(Structure):
|
||||
"""A WNDCLASS structure."""
|
||||
|
||||
_fields_ = [
|
||||
('style', UINT),
|
||||
('lpfnWndProc', WINFUNCTYPE(c_long, HWND, UINT, WPARAM, LPARAM)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user