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
This commit is contained in:
coderb
2017-12-17 17:52:00 -05:00
parent cc175da0d8
commit e13795651d
154 changed files with 29882 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#include "rar.hpp"
#ifndef RARDLL
const wchar *St(MSGID StringId)
{
return StringId;
}
#endif