summaryrefslogtreecommitdiff
path: root/unrar/unrar/global.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'unrar/unrar/global.hpp')
-rw-r--r--unrar/unrar/global.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/unrar/unrar/global.hpp b/unrar/unrar/global.hpp
new file mode 100644
index 0000000..35c6cf9
--- /dev/null
+++ b/unrar/unrar/global.hpp
@@ -0,0 +1,14 @@
+#ifndef _RAR_GLOBAL_
+#define _RAR_GLOBAL_
+
+#ifdef INCLUDEGLOBAL
+ #define EXTVAR
+#else
+ #define EXTVAR extern
+#endif
+
+EXTVAR ErrorHandler ErrHandler;
+
+
+
+#endif