Kaydet (Commit) 93dce732 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

No apparent reason for an unnamed namespace in an include file here

Change-Id: I5e9910d3b5ca070e34e7621a2d3009e5c6fc0586
üst 282fce96
...@@ -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] )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment