From 9a3c91b31da8ac127cb557990434764c10f6ef3c Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Wed, 20 Aug 2003 09:06:34 +0000 Subject: [PATCH] eliminating warning svn path=/trunk/; revision=5695 --- reactos/subsys/system/explorer/shell/startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/shell/startup.c b/reactos/subsys/system/explorer/shell/startup.c index aae1ac67c2c..c3a921a007f 100644 --- a/reactos/subsys/system/explorer/shell/startup.c +++ b/reactos/subsys/system/explorer/shell/startup.c @@ -322,7 +322,7 @@ static BOOL ProcessRunKeys( HKEY hkRoot, LPCWSTR szKeyName, BOOL bDelete, 'M','i','c','r','o','s','o','f','t','\\','W','i','n','d','o','w','s','\\', 'C','u','r','r','e','n','t','V','e','r','s','i','o','n',0}; HKEY hkWin=NULL, hkRun=NULL; - DWORD res=ERROR_SUCCESS; + LONG res=ERROR_SUCCESS; DWORD i, nMaxCmdLine=0, nMaxValue=0; WCHAR *szCmdLine=NULL; WCHAR *szValue=NULL;