X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa58be5a5109122727855f4721d47a2256528dca..43a302f200f1e9f5f21380bbc7ba74ad8c22d6d6:/src/mac/carbon/morefilex/MoreFilesX.h?ds=sidebyside 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);