fbc1137e0f
This reverts commit 83d2557af3
.
12 lines
136 B
C++
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
|