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
93dce732
Kaydet (Commit)
93dce732
authored
Ara 21, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No apparent reason for an unnamed namespace in an include file here
Change-Id: I5e9910d3b5ca070e34e7621a2d3009e5c6fc0586
üst
282fce96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
SymbolLoader.hxx
avmedia/source/vlc/wrapper/SymbolLoader.hxx
+1
-4
No files found.
avmedia/source/vlc/wrapper/SymbolLoader.hxx
Dosyayı görüntüle @
93dce732
...
@@ -33,8 +33,6 @@ struct ApiMap
...
@@ -33,8 +33,6 @@ struct ApiMap
SymbolFunc
*
refValue
;
SymbolFunc
*
refValue
;
};
};
namespace
{
#if defined( LINUX )
#if defined( LINUX )
const
char
LibName
[]
=
"libvlc.so.5"
;
const
char
LibName
[]
=
"libvlc.so.5"
;
#elif defined( MACOSX )
#elif defined( MACOSX )
...
@@ -42,7 +40,7 @@ namespace
...
@@ -42,7 +40,7 @@ namespace
#elif defined( WNT )
#elif defined( WNT )
const
char
LibName
[]
=
"libvlc.dll"
;
const
char
LibName
[]
=
"libvlc.dll"
;
OUString
GetVLCPath
()
inline
OUString
GetVLCPath
()
{
{
HKEY
hKey
;
HKEY
hKey
;
wchar_t
arCurrent
[
MAX_PATH
];
wchar_t
arCurrent
[
MAX_PATH
];
...
@@ -88,7 +86,6 @@ namespace
...
@@ -88,7 +86,6 @@ namespace
return
true
;
return
true
;
}
}
}
template
<
size_t
N
>
template
<
size_t
N
>
bool
InitApiMap
(
const
ApiMap
(
&
pMap
)[
N
]
)
bool
InitApiMap
(
const
ApiMap
(
&
pMap
)[
N
]
)
...
...
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