diff --git a/protocol.py b/protocol.py index 4e28d5c4..cca7c225 100644 --- a/protocol.py +++ b/protocol.py @@ -120,7 +120,12 @@ elif sys.platform == 'win32' and getattr(sys, 'frozen', False) and not is_wine a ) class WNDCLASS(Structure): - """A WNDCLASS structure.""" + """ + A WNDCLASS structure. + + Ref: + + """ _fields_ = [ ('style', UINT),