From b172c4bbc75cdad0e8ccd22292aa671ba43cac45 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Apr 2018 18:14:33 +0300 Subject: PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it inside --- plugins/WebView/src/webview.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/WebView/src/webview.h') diff --git a/plugins/WebView/src/webview.h b/plugins/WebView/src/webview.h index b144ade234..c9bfd998a4 100644 --- a/plugins/WebView/src/webview.h +++ b/plugins/WebView/src/webview.h @@ -143,7 +143,6 @@ extern UINT_PTR timerId, Countdown; extern LOGFONT g_lf; extern HFONT h_font; extern HWND ContactHwnd; -extern HINSTANCE hInst; extern HMENU hMenu; extern int bpStatus; extern HNETLIBUSER hNetlibUser; @@ -157,7 +156,6 @@ void CALLBACK Countdownfunc(HWND, UINT, UINT_PTR, DWORD); void SavewinSettings(void); void ValidatePosition(HWND hwndDlg); int ModulesLoaded(WPARAM wParam, LPARAM lParam); -void ChangeMenuItem3(); wchar_t* FixButtonText(wchar_t *url, size_t len); int ContactMenuItemUpdateData (WPARAM wParam, LPARAM lParam); -- cgit v1.2.3