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

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Utils.h')
-rw-r--r--Utils.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Utils.h b/Utils.h
index 71404cf..1ee3c70 100644
--- a/Utils.h
+++ b/Utils.h
@@ -21,4 +21,13 @@
void ErrorMsg (DWORD errorCode, wchar_t *format, ...);
+#ifdef _DEBUG
+#include "RAR.h"
+
+void LogHeader (rar_header_t *rh);
+#define LOG_HEADER(rh) LogHeader(rh)
+#else
+#define LOG_HEADER(rh)
+#endif
+
#endif // UTILS_H