summaryrefslogtreecommitdiff
path: root/plugins/WebView/src/webview.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-08-13 18:45:50 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-08-13 18:45:50 +0000
commit48a854dd789ed3ee13db869952f9051fcff6c28d (patch)
treeae7bbc0ccb0e7861a563b341aeaa1de36b930eb9 /plugins/WebView/src/webview.h
parent72f860dc61d1a83d063f7ac54eac29178b932f91 (diff)
many translation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@5672 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView/src/webview.h')
-rw-r--r--plugins/WebView/src/webview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/WebView/src/webview.h b/plugins/WebView/src/webview.h
index 8fdfbaa806..d74d6de614 100644
--- a/plugins/WebView/src/webview.h
+++ b/plugins/WebView/src/webview.h
@@ -149,8 +149,8 @@ extern HANDLE hMenuItem1, hMenuItemCountdown;
extern char optionsname[80];
//lets get rid of some warnings
-void timerfunc(void);
-void Countdownfunc(void);
+void CALLBACK timerfunc(HWND, UINT, UINT_PTR, DWORD);
+void CALLBACK Countdownfunc(HWND, UINT, UINT_PTR, DWORD);
void SavewinSettings(void);
void ValidatePosition(HWND hwndDlg);
int ModulesLoaded(WPARAM wParam, LPARAM lParam);