Fix a couple of prototypes.

This commit is contained in:
Filip Navara 2005-09-14 10:06:17 +00:00 committed by Alexandre Julliard
parent 86663762ec
commit 5d0a292dd2
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ HDSKSPC WINAPI SetupCreateDiskSpaceListA(PVOID Reserved1, DWORD Reserved2, UINT
*/ */
BOOL WINAPI SetupAddInstallSectionToDiskSpaceListA(HDSKSPC DiskSpace, BOOL WINAPI SetupAddInstallSectionToDiskSpaceListA(HDSKSPC DiskSpace,
HINF InfHandle, HINF LayoutInfHandle, HINF InfHandle, HINF LayoutInfHandle,
LPSTR SectionName, PVOID Reserved1, UINT Reserved2) LPCSTR SectionName, PVOID Reserved1, UINT Reserved2)
{ {
FIXME ("Stub\n"); FIXME ("Stub\n");
return TRUE; return TRUE;
@ -110,7 +110,7 @@ BOOL WINAPI SetupAddInstallSectionToDiskSpaceListA(HDSKSPC DiskSpace,
* SetupQuerySpaceRequiredOnDriveA (SETUPAPI.@) * SetupQuerySpaceRequiredOnDriveA (SETUPAPI.@)
*/ */
BOOL WINAPI SetupQuerySpaceRequiredOnDriveA(HDSKSPC DiskSpace, BOOL WINAPI SetupQuerySpaceRequiredOnDriveA(HDSKSPC DiskSpace,
LPSTR DriveSpec, LONGLONG* SpaceRequired, LPCSTR DriveSpec, LONGLONG* SpaceRequired,
PVOID Reserved1, UINT Reserved2) PVOID Reserved1, UINT Reserved2)
{ {
WCHAR driveW[20]; WCHAR driveW[20];