summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2018-08-17 09:01:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-17 12:50:06 +0200
commit173b2649ee1e3b7db4a2f898dbf74c2d2987ffe5 (patch)
tree5d5848650e43541d893d4011d43e22bcfaab6ad5
parentc05692cbcdcc820bb98b53af6dca09d13c804c00 (diff)
fix crash on Windows on assert enabled builds
regression from commit 9cceba9a928cf3b3447f293020be2fe76c035ed5 make DBG_TESTSOLARMUTEX available in assert builds Change-Id: Ifbedc3c16f341a12ba026fc598fb5386da91c50c Reviewed-on: https://gerrit.libreoffice.org/59245 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--vcl/source/app/svmain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index 924d94052397..432d6335db54 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -493,7 +493,7 @@ void DeInitVCL()
}
pSVData->mpDefaultWin.disposeAndClear();
-#ifdef DBG_UTIL
+#ifndef NDEBUG
DbgGUIDeInitSolarMutexCheck();
#endif