From 9ad00439ae205d7e0eaa39a807daea8268a4ecd4 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 14 Apr 2013 14:42:18 +0200 Subject: tune up debug level required for popping up dialogs from MSVCRTD Change-Id: I3cfa050ecf5c3c2ec66b11519c30d48459a9cafe --- sal/osl/w32/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sal/osl/w32/system.h b/sal/osl/w32/system.h index f3f36f774eb2..d74a587b853a 100644 --- a/sal/osl/w32/system.h +++ b/sal/osl/w32/system.h @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if OSL_DEBUG_LEVEL == 0 +#if OSL_DEBUG_LEVEL <= 3 # define NO_DEBUG_CRT #endif -- cgit