Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/Rar29/Original/resource.hpp')
-rwxr-xr-x7zip/Compress/Rar29/Original/resource.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/7zip/Compress/Rar29/Original/resource.hpp b/7zip/Compress/Rar29/Original/resource.hpp
new file mode 100755
index 00000000..581b34b4
--- /dev/null
+++ b/7zip/Compress/Rar29/Original/resource.hpp
@@ -0,0 +1,14 @@
+#ifndef _RAR_RESOURCE_
+#define _RAR_RESOURCE_
+
+#if defined(SILENT) && defined(RARDLL)
+#define St(x) ("")
+#else
+const char *St(MSGID StringId);
+#endif
+
+
+inline const char *StT(MSGID StringId) {return(St(StringId));}
+
+
+#endif