diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:45:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:45:36 +0000 |
commit | 4e96af12573631f84b8ca758f1c330d0238f2396 (patch) | |
tree | cb1c89c5ca9b7a7ebe3715e5ffe32c49ed205092 /sal/osl/w32/system.h | |
parent | 35c2678a1d5d20d9eab3582e3f9626f8d5ecc972 (diff) |
INTEGRATION: CWS dbgmacros1 (1.4.78); FILE MERGED
2003/04/09 12:08:40 kso 1.4.78.1: #108413# - debug macro unification.
Diffstat (limited to 'sal/osl/w32/system.h')
-rw-r--r-- | sal/osl/w32/system.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/w32/system.h b/sal/osl/w32/system.h index ccbeffff4437..da4445cccfb8 100644 --- a/sal/osl/w32/system.h +++ b/sal/osl/w32/system.h @@ -2,9 +2,9 @@ * * $RCSfile: system.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tra $ $Date: 2002-07-12 10:43:32 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:45:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ -#ifdef NDEBUG +#if OSL_DEBUG_LEVEL == 0 # define NO_DEBUG_CRT #endif |