blob: 62c5bf49efad8dca5a4c0a69f22e1296d86222d6 [file] [log] [blame]
#ifndef _RAR_RESOURCE_
#define _RAR_RESOURCE_
#ifdef RARDLL
#define St(x) (L"")
#define StF(x) (L"")
#else
const wchar *St(MSGID StringId);
const wchar *StF(MSGID StringId);
#endif
#endif