Fix build.

svn path=/trunk/; revision=48253
This commit is contained in:
Amine Khaldi 2010-07-25 14:20:03 +00:00
parent 461b4ab969
commit 79fc59a054

View file

@ -49,7 +49,7 @@ extern int InfHostGetBinaryField(PINFCONTEXT Context,
ULONG *RequiredSize);
extern int InfHostGetIntField(PINFCONTEXT Context,
ULONG FieldIndex,
ULONG *IntegerValue);
INT *IntegerValue);
extern int InfHostGetMultiSzField(PINFCONTEXT Context,
ULONG FieldIndex,
WCHAR *ReturnBuffer,