Author: akhaldi
Date: Sun Jul 25 14:20:03 2010
New Revision: 48253
URL:
http://svn.reactos.org/svn/reactos?rev=48253&view=rev
Log:
Fix build.
Modified:
trunk/reactos/lib/newinflib/infhost.h
Modified: trunk/reactos/lib/newinflib/infhost.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/newinflib/infhost.h?re…
==============================================================================
--- trunk/reactos/lib/newinflib/infhost.h [iso-8859-1] (original)
+++ trunk/reactos/lib/newinflib/infhost.h [iso-8859-1] Sun Jul 25 14:20:03 2010
@@ -49,7 +49,7 @@
ULONG *RequiredSize);
extern int InfHostGetIntField(PINFCONTEXT Context,
ULONG FieldIndex,
- ULONG *IntegerValue);
+ INT *IntegerValue);
extern int InfHostGetMultiSzField(PINFCONTEXT Context,
ULONG FieldIndex,
WCHAR *ReturnBuffer,