chromium/third_party/unrar/src/resource.hpp

#ifndef _RAR_RESOURCE_
#define _RAR_RESOURCE_

#ifdef RARDLL
#define St
#else
const wchar *St(MSGID StringId);
#endif


#endif