mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-14 13:35:38 +00:00
12 lines
100 B
C++
12 lines
100 B
C++
|
|
#include "rar.hpp"
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#ifndef RARDLL
|
||
|
|
const wchar *St(MSGID StringId)
|
||
|
|
{
|
||
|
|
return StringId;
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|