From cb0f6c8c91b564e541688b3f0f57d8456295dc1f Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 21:25:58 +0100 Subject: Eliminate some more warnings --- src/common/hexchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/hexchat.c') diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 739ae0c3..d8207fb0 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -1147,7 +1147,7 @@ main (int argc, char *argv[]) if (hextray_mode ()) { /* FindWindow() doesn't support wildcards so we check all the open windows */ - EnumWindows (enum_windows_impl, NULL); + EnumWindows (enum_windows_impl, (LPARAM) NULL); return 0; } else -- cgit 1.4.1