Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resource.cpp « Original « Rar29 « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2a46573b7a59514baf331930f135e295a9939cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "rar.hpp"



#if !defined(SILENT) || !defined(RARDLL)
const char *St(MSGID StringId)
{
  return(StringId);
}
#endif