android_mt6572_jiabo/external/unrar/orig/resource.hpp
2025-09-05 16:56:03 +08:00

13 lines
195 B
C++

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