diff --git a/reactos/lib/setupapi/devinst.c b/reactos/lib/setupapi/devinst.c index 7a4c4f29a43..4aeaacc57e6 100644 --- a/reactos/lib/setupapi/devinst.c +++ b/reactos/lib/setupapi/devinst.c @@ -4385,7 +4385,7 @@ SetupDiInstallDevice( DWORD SectionNameLength = 0; BOOL Result = FALSE; INFCONTEXT ContextService; - UINT Flags; + INT Flags; DWORD RequiredSize; HINF hInf = NULL; LPCWSTR AssociatedService = NULL;