From 0a56c09f15f8cde439d46704e2bd6f24b73e72b6 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 15:32:03 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.2.34); FILE MERGED 2003/04/10 09:24:48 kso 1.2.34.1: #108413# - debug macro unification. --- udm/source/inc/precomp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'udm') diff --git a/udm/source/inc/precomp.h b/udm/source/inc/precomp.h index 04181206a38c..f1b889e22972 100644 --- a/udm/source/inc/precomp.h +++ b/udm/source/inc/precomp.h @@ -2,9 +2,9 @@ * * $RCSfile: precomp.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: np $ $Date: 2002-05-14 08:29:36 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:32:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ // For en/disabling csv_assertions: -#ifndef DEBUG +#if OSL_DEBUG_LEVEL == 0 #define CSV_NO_ASSERTIONS #else #define CSV_USE_CSV_ASSERTIONS -- cgit