]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/morefilex/MoreFilesX.h
fixing 10.5 only compiles
[wxWidgets.git] / src / mac / carbon / morefilex / MoreFilesX.h
index c73da46d94a7f4ad2c6bc212260f0ee2ab95173c..b61da102e185155a48b1bafd9beb1e2252c84233 100644 (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);
@@ -1483,7 +1483,7 @@ FSGetVolMountInfo(
 #pragma mark FSVolumeMount
 
 OSErr
-FSVolumeMount(
+FSVolumeMountX(
        const void *volMountInfo,
        FSVolumeRefNum *volRefNum);