mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
Fix build.
svn path=/trunk/; revision=48253
This commit is contained in:
parent
461b4ab969
commit
79fc59a054
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue