Merge pull request #4852 from FernetMenta/aefixes
[vuplus_xbmc] / lib / UnrarXLib / resource.hpp
1 #ifndef _RAR_RESOURCE_
2 #define _RAR_RESOURCE_
3
4 #if defined(SILENT) && defined(RARDLL)
5 #define St(x) ("")
6 #else
7 const char *St(MSGID StringId);
8 #endif
9
10
11 inline const char *StT(MSGID StringId) {return(St(StringId));}
12
13
14 #endif