aboutsummaryrefslogtreecommitdiff
path: root/lib/UnrarXLib/resource.cpp
blob: b33fd022d82df618c529895baeb2f7aa519b4b3c (plain)
1
2
3
4
5
6
7
8
9
10
#include "rar.hpp"



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