diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-28 20:06:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-28 20:06:35 +0000 |
commit | 790f2dcf2ba090ce24b83a14228abef564557b91 (patch) | |
tree | 783a903d130bbb3d9bd1abe8aa44ae92d334b822 /plugins/WebView/src/webview.h | |
parent | 28412b4c61183eb1b33adeee5dbc8e9cefc92d9f (diff) |
some missing SIZEOFs
git-svn-id: http://svn.miranda-ng.org/main/trunk@5518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView/src/webview.h')
-rw-r--r-- | plugins/WebView/src/webview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/WebView/src/webview.h b/plugins/WebView/src/webview.h index 0e5dd41f3d..8fdfbaa806 100644 --- a/plugins/WebView/src/webview.h +++ b/plugins/WebView/src/webview.h @@ -155,6 +155,7 @@ void SavewinSettings(void); void ValidatePosition(HWND hwndDlg);
int ModulesLoaded(WPARAM wParam, LPARAM lParam);
void ChangeMenuItem3();
+TCHAR* FixButtonText(TCHAR *url, size_t len);
int ContactMenuItemUpdateData (WPARAM wParam, LPARAM lParam);
int Doubleclick(WPARAM wParam, LPARAM lParam);
|