[ros-diffs] [akhaldi] 48253: Fix build.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Sun Jul 25 14:20:03 UTC 2010


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?rev=48253&r1=48252&r2=48253&view=diff
==============================================================================
--- 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,




More information about the Ros-diffs mailing list