13 lines
127 B
C++
13 lines
127 B
C++
|
#include "rar.hpp"
|
||
|
|
||
|
|
||
|
|
||
|
#if !defined(SILENT) || !defined(RARDLL)
|
||
|
const char *St(MSGID StringId)
|
||
|
{
|
||
|
return(StringId);
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
|