Skip to content

Commit fab0324

Browse files
committed
fixed difference in signedness warning
svn path=/trunk/; revision=20287
1 parent 2da4a5f commit fab0324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactos/lib/setupapi/install.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ BOOL WINAPI SetupInstallServicesFromInfSectionExW( HINF hinf, PCWSTR sectionname
13961396
struct needs_callback_info needs_info;
13971397
LPWSTR ServiceName = NULL;
13981398
LPWSTR ServiceSection = NULL;
1399-
UINT ServiceFlags;
1399+
INT ServiceFlags;
14001400
INFCONTEXT ContextService;
14011401
BOOL bNeedReboot = FALSE;
14021402

0 commit comments

Comments
 (0)