X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa58be5a5109122727855f4721d47a2256528dca..2078e2f129c323dd1b01aeef5061f787f8475386:/src/mac/carbon/morefilex/MoreFilesX.h diff --git a/src/mac/carbon/morefilex/MoreFilesX.h b/src/mac/carbon/morefilex/MoreFilesX.h index c73da46d94..b61da102e1 100644 --- a/src/mac/carbon/morefilex/MoreFilesX.h +++ b/src/mac/carbon/morefilex/MoreFilesX.h @@ -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);