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
d1794ab1
Kaydet (Commit)
d1794ab1
authored
Mar 02, 2012
tarafından
Yuri Dario
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i118923 - OS/2 port: use system libraries for apr, apr-util, serf.
üst
40f1a2c4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
file_library_ooo.scp
scp2/source/ooo/file_library_ooo.scp
+3
-0
AprEnv.hxx
ucb/source/ucp/webdav/AprEnv.hxx
+4
-0
SerfUri.hxx
ucb/source/ucp/webdav/SerfUri.hxx
+4
-0
No files found.
scp2/source/ooo/file_library_ooo.scp
Dosyayı görüntüle @
d1794ab1
...
...
@@ -1998,6 +1998,8 @@ End
#endif
#endif
#if !defined(OS2) // using system libs
File gid_File_Lib_Apr
#ifdef WNT
Name = SPECIAL_NAME(libapr-1);
...
...
@@ -2043,3 +2045,4 @@ File gid_File_Lib_Serf
PACKED_LIB_FILE_BODY;
End
#endif // !defined(OS2)
ucb/source/ucp/webdav/AprEnv.hxx
Dosyayı görüntüle @
d1794ab1
...
...
@@ -23,7 +23,11 @@
#ifndef INCLUDED_APRENV_HXX
#define INCLUDED_APRENV_HXX
#ifdef OS2 // use system apr headers
#include <apr_pools.h>
#else
#include <apr/apr_pools.h>
#endif
namespace
apr_environment
{
...
...
ucb/source/ucp/webdav/SerfUri.hxx
Dosyayı görüntüle @
d1794ab1
...
...
@@ -23,7 +23,11 @@
#ifndef INCLUDED_SERFURI_HXX
#define INCLUDED_SERFURI_HXX
#ifdef OS2 // use system apr headers
#include <apr_uri.h>
#else
#include <apr-util/apr_uri.h>
#endif
#include <rtl/ustring.hxx>
#include <DAVException.hxx>
...
...
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