From f0ae8b47263ddbea0b7dab8935a6255c754793ce Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Fri, 5 Jan 2007 21:02:15 +0000 Subject: [PATCH] fix a warning svn path=/trunk/; revision=25319 --- reactos/base/system/winlogon/wlx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/system/winlogon/wlx.c b/reactos/base/system/winlogon/wlx.c index aa9f0cb4354..00309f0819c 100644 --- a/reactos/base/system/winlogon/wlx.c +++ b/reactos/base/system/winlogon/wlx.c @@ -165,7 +165,7 @@ WlxDialogBox( if (PreviousWindowProc != NULL) return -1; PreviousWindowProc = dlgprc; - return (int)DialogBoxW(hInst, lpszTemplate, hwndOwner, DefaultWlxWindowProc); + return (int)DialogBoxW((HINSTANCE) hInst, lpszTemplate, hwndOwner, DefaultWlxWindowProc); } /*