mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +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);
|
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue