[Libreoffice-commits] core.git: vcl/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jul 31 11:55:27 UTC 2018


 vcl/inc/dbggui.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cba7acca97ac0245b93e27ba46351285fd7c5ff2
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Jul 31 13:54:58 2018 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Jul 31 13:54:58 2018 +0200

    fix windows --enable-debug build
    
    regression from
        commit 9cceba9a928cf3b3447f293020be2fe76c035ed5
        make DBG_TESTSOLARMUTEX available in assert builds
    
    Change-Id: Id3747e2a342830e0184251b909b577b2a8814543

diff --git a/vcl/inc/dbggui.hxx b/vcl/inc/dbggui.hxx
index 1628d1ceef7e..476e1fa2e470 100644
--- a/vcl/inc/dbggui.hxx
+++ b/vcl/inc/dbggui.hxx
@@ -20,7 +20,7 @@
 #ifndef INCLUDED_VCL_INC_DBGGUI_HXX
 #define INCLUDED_VCL_INC_DBGGUI_HXX
 
-#ifdef DBG_UTIL
+#ifndef NDEBUG
 
 void DbgGUIInitSolarMutexCheck();
 void DbgGUIDeInitSolarMutexCheck();


More information about the Libreoffice-commits mailing list