From f657f3328881a5681fbb9a4133f33cd4fa1849cc Mon Sep 17 00:00:00 2001 From: Samuel Serapion Date: Wed, 9 Dec 2009 22:12:41 +0000 Subject: [PATCH] Eliminate warning. svn path=/branches/ros-amd64-bringup/; revision=44499 --- reactos/dll/win32/syssetup/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/syssetup/install.c b/reactos/dll/win32/syssetup/install.c index 46578f022a3..9fb0602f07d 100644 --- a/reactos/dll/win32/syssetup/install.c +++ b/reactos/dll/win32/syssetup/install.c @@ -507,7 +507,7 @@ cleanup: } -static BOOL CALLBACK +static INT_PTR CALLBACK StatusMessageWindowProc( IN HWND hwndDlg, IN UINT uMsg,