Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
b58108e8
Kaydet (Commit)
b58108e8
authored
May 24, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use the dummy floppy API implementations on iOS, too
üst
7e65812a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
file_volume.cxx
sal/osl/unx/file_volume.cxx
+6
-6
No files found.
sal/osl/unx/file_volume.cxx
Dosyayı görüntüle @
b58108e8
...
@@ -1114,11 +1114,11 @@ osl_isFloppyMounted (oslVolumeDeviceHandleImpl* pDevice)
...
@@ -1114,11 +1114,11 @@ osl_isFloppyMounted (oslVolumeDeviceHandleImpl* pDevice)
/******************************************************************************
/******************************************************************************
*
*
* MAC OS X
FLOPPY FUNCTION
S
* MAC OS X
AND IOS FLOPPY FUNCTIONS: NO FLOPPIE
S
*
*
*****************************************************************************/
*****************************************************************************/
#if (defined(MACOSX) || defined(NETBSD) || defined(FREEBSD) || \
#if (defined(MACOSX) || defined(
IOS) || defined(
NETBSD) || defined(FREEBSD) || \
defined(AIX) || defined(OPENBSD) || defined(DRAGONFLY))
defined(AIX) || defined(OPENBSD) || defined(DRAGONFLY))
static
oslVolumeDeviceHandle
osl_isFloppyDrive
(
const
sal_Char
*
pszPath
)
static
oslVolumeDeviceHandle
osl_isFloppyDrive
(
const
sal_Char
*
pszPath
)
{
{
...
@@ -1127,7 +1127,7 @@ static oslVolumeDeviceHandle osl_isFloppyDrive(const sal_Char* pszPath)
...
@@ -1127,7 +1127,7 @@ static oslVolumeDeviceHandle osl_isFloppyDrive(const sal_Char* pszPath)
}
}
#endif
/* MACOSX */
#endif
/* MACOSX */
#if ( defined(MACOSX) || defined(NETBSD) || defined(FREEBSD) || \
#if ( defined(MACOSX) || defined(
IOS) || defined(
NETBSD) || defined(FREEBSD) || \
defined(AIX) || defined(OPENBSD) || defined(DRAGONFLY))
defined(AIX) || defined(OPENBSD) || defined(DRAGONFLY))
static
oslFileError
osl_mountFloppy
(
oslVolumeDeviceHandle
hFloppy
)
static
oslFileError
osl_mountFloppy
(
oslVolumeDeviceHandle
hFloppy
)
{
{
...
@@ -1136,7 +1136,7 @@ static oslFileError osl_mountFloppy(oslVolumeDeviceHandle hFloppy)
...
@@ -1136,7 +1136,7 @@ static oslFileError osl_mountFloppy(oslVolumeDeviceHandle hFloppy)
}
}
#endif
/* MACOSX */
#endif
/* MACOSX */
#if ( defined(MACOSX) || defined(NETBSD) || defined(FREEBSD) || \
#if ( defined(MACOSX) || defined(
IOS) || defined(
NETBSD) || defined(FREEBSD) || \
defined(AIX) || defined(OPENBSD) || defined(DRAGONFLY))
defined(AIX) || defined(OPENBSD) || defined(DRAGONFLY))
static
oslFileError
osl_unmountFloppy
(
oslVolumeDeviceHandle
hFloppy
)
static
oslFileError
osl_unmountFloppy
(
oslVolumeDeviceHandle
hFloppy
)
{
{
...
@@ -1145,14 +1145,14 @@ static oslFileError osl_unmountFloppy(oslVolumeDeviceHandle hFloppy)
...
@@ -1145,14 +1145,14 @@ static oslFileError osl_unmountFloppy(oslVolumeDeviceHandle hFloppy)
}
}
#endif
/* MACOSX */
#endif
/* MACOSX */
#if ( defined(NETBSD) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) )
#if ( defined(NETBSD) || defined(
IOS) || defined(
FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) )
static
sal_Bool
osl_getFloppyMountEntry
(
const
sal_Char
*
pszPath
,
oslVolumeDeviceHandleImpl
*
pItem
)
static
sal_Bool
osl_getFloppyMountEntry
(
const
sal_Char
*
pszPath
,
oslVolumeDeviceHandleImpl
*
pItem
)
{
{
return
sal_False
;
return
sal_False
;
}
}
#endif
/* NETBSD || FREEBSD || OPENBSD */
#endif
/* NETBSD || FREEBSD || OPENBSD */
#if ( defined(NETBSD) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) )
#if ( defined(NETBSD) || defined(
IOS) || defined(
FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) )
static
sal_Bool
osl_isFloppyMounted
(
oslVolumeDeviceHandleImpl
*
pDevice
)
static
sal_Bool
osl_isFloppyMounted
(
oslVolumeDeviceHandleImpl
*
pDevice
)
{
{
return
sal_False
;
return
sal_False
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment