From 173b2649ee1e3b7db4a2f898dbf74c2d2987ffe5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 17 Aug 2018 09:01:34 +0200 Subject: 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 --- vcl/source/app/svmain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/app/svmain.cxx') 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 -- cgit