a7288a94cc
Multiplatform pyinstaller dist (#98)
12 lines
100 B
C++
12 lines
100 B
C++
#include "rar.hpp"
|
|
|
|
|
|
|
|
#ifndef RARDLL
|
|
const wchar *St(MSGID StringId)
|
|
{
|
|
return StringId;
|
|
}
|
|
#endif
|
|
|