From f3ad83cca198dbc6c7211261991d6d59f926bcc3 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sat, 28 Jul 2007 18:09:51 +0000 Subject: [PATCH] Make the InfpBuildFileBuffer prototype match it's definition svn path=/trunk/; revision=27960 --- reactos/lib/inflib/infpriv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/inflib/infpriv.h b/reactos/lib/inflib/infpriv.h index ec6810f415b..df13c04b02c 100644 --- a/reactos/lib/inflib/infpriv.h +++ b/reactos/lib/inflib/infpriv.h @@ -88,8 +88,8 @@ extern PINFCACHESECTION InfpFindSection(PINFCACHE Cache, PCTSTR Section); extern INFSTATUS InfpBuildFileBuffer(PINFCACHE InfHandle, - char **Buffer, - unsigned long *BufferSize); + PCHAR *Buffer, + PULONG BufferSize); extern INFSTATUS InfpFindFirstLine(PINFCACHE InfHandle, PCTSTR Section,