X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa58be5a5109122727855f4721d47a2256528dca..e773889d7db09182ac5008cb96829b354f22faf0:/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);