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