mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
hhctrl.ocx: Move hhctrl_hinstance to hhctrl.h.
This commit is contained in:
parent
b2938efbdf
commit
ac2886b516
@ -53,8 +53,6 @@ typedef struct tagHHInfo
|
||||
HFONT hFont;
|
||||
} HHInfo;
|
||||
|
||||
extern HINSTANCE hhctrl_hinstance;
|
||||
|
||||
/* Loads a string from the resource file */
|
||||
static LPWSTR HH_LoadString(DWORD dwID)
|
||||
{
|
||||
|
@ -116,4 +116,6 @@ static inline LPWSTR strdupAtoW(LPCSTR str)
|
||||
return ret;
|
||||
}
|
||||
|
||||
extern HINSTANCE hhctrl_hinstance;
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user