mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
fixed difference in signedness warning
svn path=/trunk/; revision=20287
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user