mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-19 07:25:24 +00:00
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
|