diff options
Diffstat (limited to 'plugins/WebView/src/webview.h')
-rw-r--r-- | plugins/WebView/src/webview.h | 4 |
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);
|