2 * Static-class extra info
4 * Copyright 1994 Alexandre Julliard
7 #ifndef __WINE_STATIC_H
8 #define __WINE_STATIC_H
12 /* Extra info for STATIC windows */
15 HFONT16 hFont
; /* Control font (or 0 for system font) */
16 WORD dummy
; /* Don't know what MS-Windows puts in there */
17 HICON16 hIcon
; /* Icon handle for SS_ICON controls */
20 extern LRESULT WINAPI
StaticWndProc( HWND32 hWnd
, UINT32 uMsg
, WPARAM32 wParam
,
23 #endif /* __WINE_STATIC_H */