Make the InfpBuildFileBuffer prototype match it's definition

svn path=/trunk/; revision=27960
This commit is contained in:
Thomas Bluemel 2007-07-28 18:09:51 +00:00
parent b837ae3d3c
commit f3ad83cca1

View file

@ -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,