mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
this will allow us to diff against newer version of unrarsrc if we wish to update our port
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
|