diff options
Diffstat (limited to 'plugins/SplashScreen/src')
-rw-r--r-- | plugins/SplashScreen/src/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SplashScreen/src/debug.h b/plugins/SplashScreen/src/debug.h index cf3de0cbb3..7ccd1b0b42 100644 --- a/plugins/SplashScreen/src/debug.h +++ b/plugins/SplashScreen/src/debug.h @@ -11,7 +11,7 @@ extern TCHAR szLogFile[MAX_PATH]; *
*/
-int inline _DebugPopup(HANDLE hContact, TCHAR *fmt, ...)
+int inline _DebugPopup(HCONTACT hContact, TCHAR *fmt, ...)
{
va_list va;
TCHAR debug[1024];
|