fixed difference in signedness warning

svn path=/trunk/; revision=20287
This commit is contained in:
Thomas Bluemel
2005-12-21 19:07:47 +00:00
parent 2da4a5f455
commit fab032457d
+1 -1
View File
@@ -1396,7 +1396,7 @@ BOOL WINAPI SetupInstallServicesFromInfSectionExW( HINF hinf, PCWSTR sectionname
struct needs_callback_info needs_info;
LPWSTR ServiceName = NULL;
LPWSTR ServiceSection = NULL;
UINT ServiceFlags;
INT ServiceFlags;
INFCONTEXT ContextService;
BOOL bNeedReboot = FALSE;