diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/mac_updater/MoreFilesX.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/mac_updater/MoreFilesX.h')
-rw-r--r-- | linden/indra/mac_updater/MoreFilesX.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/mac_updater/MoreFilesX.h b/linden/indra/mac_updater/MoreFilesX.h index 2502905..b6793db 100644 --- a/linden/indra/mac_updater/MoreFilesX.h +++ b/linden/indra/mac_updater/MoreFilesX.h | |||
@@ -1509,10 +1509,12 @@ FSGetVolMountInfo( | |||
1509 | 1509 | ||
1510 | #pragma mark FSVolumeMount | 1510 | #pragma mark FSVolumeMount |
1511 | 1511 | ||
1512 | #ifndef AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER | ||
1512 | OSErr | 1513 | OSErr |
1513 | FSVolumeMount( | 1514 | FSVolumeMount( |
1514 | const void *volMountInfo, | 1515 | const void *volMountInfo, |
1515 | FSVolumeRefNum *volRefNum); | 1516 | FSVolumeRefNum *volRefNum); |
1517 | #endif | ||
1516 | 1518 | ||
1517 | /* | 1519 | /* |
1518 | The VolumeMount function mounts a volume using a volume mounting | 1520 | The VolumeMount function mounts a volume using a volume mounting |