From 31b0c1cd4ecfad1473d21bb4ca6eda47febabf6e Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 16:41:06 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.15.2.1.12); FILE MERGED 2003/04/09 12:08:14 kso 1.15.2.1.12.1: #108413# - debug macro unification. --- sal/inc/sal/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sal/inc') diff --git a/sal/inc/sal/config.h b/sal/inc/sal/config.h index 98ea9bc123d7..b557bf615282 100644 --- a/sal/inc/sal/config.h +++ b/sal/inc/sal/config.h @@ -2,8 +2,8 @@ * * $RCSfile: config.h,v $ * - * $Revision: 1.16 $ - * last change: $Author: hr $ $Date: 2003-03-26 16:45:57 $ + * $Revision: 1.17 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:41:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,7 @@ extern "C" { /* No warning for: C++ Exception Specification ignored */ #pragma warning( disable : 4290 ) -#if defined(_DEBUG) +#if OSL_DEBUG_LEVEL > 0 /* No warning for: identifier was truncated to '255' characters in the browser information */ #pragma warning( disable : 4786 ) #endif -- cgit