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); ULONG *RequiredSize);
extern int InfHostGetIntField(PINFCONTEXT Context, extern int InfHostGetIntField(PINFCONTEXT Context,
ULONG FieldIndex, ULONG FieldIndex,
ULONG *IntegerValue); INT *IntegerValue);
extern int InfHostGetMultiSzField(PINFCONTEXT Context, extern int InfHostGetMultiSzField(PINFCONTEXT Context,
ULONG FieldIndex, ULONG FieldIndex,
WCHAR *ReturnBuffer, WCHAR *ReturnBuffer,