void LoadMethodMap() { NSynchronization::CCriticalSectionLock lock(g_CriticalSection); if (g_Loaded) return; g_Loaded = true; Load(GetCodecsFolderPrefix()); }
CSysString GetBZip2CodecPath() { return GetCodecsFolderPrefix() + TEXT("BZip2.dll"); }