]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/morefilex/MoreFilesX.c
[ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation' with minor modifi...
[wxWidgets.git] / src / mac / carbon / morefilex / MoreFilesX.c
index 36e7a06643dbd911588898244c13a687764aa071..62a495361c9db268b82b26e1f8086d83cebd129b 100644 (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)