Fix signedness (SetupGetIntField takes a PINT argument, not a PUINT one)

svn path=/trunk/; revision=18090
This commit is contained in:
Hervé Poussineau 2005-09-26 11:43:14 +00:00
parent e8a80ca380
commit 94edbf0294

View file

@ -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;