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
de58ebee
Kaydet (Commit)
de58ebee
authored
Eki 27, 2010
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add modelines to .h files as well
üst
0b2fceaa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
0 deletions
+14
-0
postmac.h
solenv/inc/postmac.h
+3
-0
preinclude.h
solenv/inc/preinclude.h
+3
-0
premac.h
solenv/inc/premac.h
+3
-0
version.c
solenv/src/version.c
+2
-0
poll.h
solenv/unxmacxp/inc/poll.h
+3
-0
No files found.
solenv/inc/postmac.h
Dosyayı görüntüle @
de58ebee
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
...
@@ -50,3 +51,5 @@
#undef Line
#undef TimeValue
#undef Pattern
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
solenv/inc/preinclude.h
Dosyayı görüntüle @
de58ebee
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
...
@@ -36,3 +37,5 @@
#include <wchar.h>
#include <features.h>
#include <assert.h>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
solenv/inc/premac.h
Dosyayı görüntüle @
de58ebee
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
...
@@ -50,3 +51,5 @@
#define Line MacOSLine
#define TimeValue MacOSTimeValue
#define Pattern MacOSPattern
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
solenv/src/version.c
Dosyayı görüntüle @
de58ebee
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
...
@@ -63,3 +64,4 @@ const struct VersionInfo *GetVersionInfo(void)
return
&
g_aVersionInfo
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
solenv/unxmacxp/inc/poll.h
Dosyayı görüntüle @
de58ebee
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// poll.h
// MacOS X does not implement poll(). Therefore, this replacement
// is required. It uses select().
...
...
@@ -171,3 +172,5 @@ inline int poll(struct pollfd *pollSet, int pollCount, int pollTimeout)
#undef FD_SETSIZE
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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