mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 23:09:54 -06:00
13 lines
127 B
C++
Executable File
13 lines
127 B
C++
Executable File
#include "rar.hpp"
|
|
|
|
|
|
|
|
#if !defined(SILENT) || !defined(RARDLL)
|
|
const char *St(MSGID StringId)
|
|
{
|
|
return(StringId);
|
|
}
|
|
#endif
|
|
|
|
|