hhctrl.ocx: Move hhctrl_hinstance to hhctrl.h.

oldstable
Jacek Caban 2007-02-28 03:45:34 +01:00 committed by Alexandre Julliard
parent b2938efbdf
commit ac2886b516
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -116,4 +116,6 @@ static inline LPWSTR strdupAtoW(LPCSTR str)
return ret;
}
extern HINSTANCE hhctrl_hinstance;
#endif