mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 08:45:46 -04:00
Initial community commit
This commit is contained in:
12
Src/external_dependencies/openmpt-trunk/include/unrar/log.hpp
vendored
Normal file
12
Src/external_dependencies/openmpt-trunk/include/unrar/log.hpp
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef _RAR_LOG_
|
||||
#define _RAR_LOG_
|
||||
|
||||
void InitLogOptions(const wchar *LogFileName,RAR_CHARSET CSet);
|
||||
|
||||
#ifdef SILENT
|
||||
inline void Log(const wchar *ArcName,const wchar *fmt,...) {}
|
||||
#else
|
||||
void Log(const wchar *ArcName,const wchar *fmt,...);
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user