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;
|
HFONT hFont;
|
||||||
} HHInfo;
|
} HHInfo;
|
||||||
|
|
||||||
extern HINSTANCE hhctrl_hinstance;
|
|
||||||
|
|
||||||
/* Loads a string from the resource file */
|
/* Loads a string from the resource file */
|
||||||
static LPWSTR HH_LoadString(DWORD dwID)
|
static LPWSTR HH_LoadString(DWORD dwID)
|
||||||
{
|
{
|
||||||
|
|
|
@ -116,4 +116,6 @@ static inline LPWSTR strdupAtoW(LPCSTR str)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern HINSTANCE hhctrl_hinstance;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue