Fix signedness (SetupGetIntField takes a PINT argument, not a PUINT one) Modified: trunk/reactos/lib/setupapi/devinst.c _____
Modified: trunk/reactos/lib/setupapi/devinst.c --- trunk/reactos/lib/setupapi/devinst.c 2005-09-26 11:39:24 UTC (rev 18089) +++ trunk/reactos/lib/setupapi/devinst.c 2005-09-26 11:43:14 UTC (rev 18090) @@ -4385,7 +4385,7 @@
DWORD SectionNameLength = 0; BOOL Result = FALSE; INFCONTEXT ContextService; - UINT Flags; + INT Flags; DWORD RequiredSize; HINF hInf = NULL; LPCWSTR AssociatedService = NULL;