mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
this will allow us to diff against newer version of unrarsrc if we wish to update our port
12 lines
100 B
C++
12 lines
100 B
C++
#include "rar.hpp"
|
|
|
|
|
|
|
|
#ifndef RARDLL
|
|
const wchar *St(MSGID StringId)
|
|
{
|
|
return StringId;
|
|
}
|
|
#endif
|
|
|