Commit ac2886b5 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

hhctrl.ocx: Move hhctrl_hinstance to hhctrl.h.

parent b2938efb
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment