| Current Path : /usr/local/src/clamav-1.0.9/libclamunrar/ |
| Current File : //usr/local/src/clamav-1.0.9/libclamunrar/resource.cpp |
#include "rar.hpp"
#ifndef RARDLL
const wchar* St(MSGID StringId)
{
return StringId;
}
// Needed for Unix swprintf to convert %s to %ls in legacy language resources.
const wchar *StF(MSGID StringId)
{
static wchar FormattedStr[512];
PrintfPrepareFmt(St(StringId),FormattedStr,ASIZE(FormattedStr));
return FormattedStr;
}
#endif