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.cpp')
-rw-r--r--Utils.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Utils.cpp b/Utils.cpp
index 9bdea51..b54492b 100644
--- a/Utils.cpp
+++ b/Utils.cpp
@@ -46,7 +46,9 @@ void ErrorMsg (DWORD errorCode, wchar_t *format, ...)
}
DbgLog((LOG_ERROR, 0, L"%s", buffer));
+#ifdef STANDALONE_FILTER
MessageBox (NULL, buffer, RARFileSourceName, MB_OK | MB_ICONERROR);
+#endif
}
#ifdef _DEBUG