Files
sharpcompress/reference/unrar/resource.hpp
coderb e13795651d rar: import unrarsrc-5.5.8 for reference
this will allow us to diff against newer version of unrarsrc if we wish to update our port
2017-12-17 17:52:00 -05:00

12 lines
136 B
C++

#ifndef _RAR_RESOURCE_
#define _RAR_RESOURCE_
#ifdef RARDLL
#define St(x) (L"")
#else
const wchar *St(MSGID StringId);
#endif
#endif