10.4 header collision fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-12-12 10:00:39 +00:00
parent 350a44d9c0
commit 9d51726702
2 changed files with 5 additions and 5 deletions

View File

@ -2122,7 +2122,7 @@ BadParameter:
/*****************************************************************************/
OSErr
FSLockRange(
FSLockRangeMoreFilesX(
SInt16 refNum,
SInt32 rangeLength,
SInt32 rangeStart)
@ -2145,7 +2145,7 @@ PBLockRangeSync:
/*****************************************************************************/
OSErr
FSUnlockRange(
FSUnlockRangeMoreFilesX(
SInt16 refNum,
SInt32 rangeLength,
SInt32 rangeStart)
@ -2610,7 +2610,7 @@ BadParameter:
/*****************************************************************************/
static Ptr
Ptr
GetTempBuffer(
ByteCount buffReqSize,
ByteCount *buffActSize)

View File

@ -1335,7 +1335,7 @@ FSExchangeObjectsCompat(
#pragma mark FSLockRange
OSErr
FSLockRange(
FSLockRangeMoreFilesX(
SInt16 refNum,
SInt32 rangeLength,
SInt32 rangeStart);
@ -1358,7 +1358,7 @@ FSLockRange(
#pragma mark FSUnlockRange
OSErr
FSUnlockRange(
FSUnlockRangeMoreFilesX(
SInt16 refNum,
SInt32 rangeLength,
SInt32 rangeStart);