INTEGRATION: CWS dbgmacros1 (1.6.20); FILE MERGED
2003/04/09 11:59:07 kso 1.6.20.1: #108413# - debug macro unification.
This commit is contained in:
parent
dc4781b966
commit
d27743f409
1 changed files with 5 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: datatest.cxx,v $
|
||||
*
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* last change: $Author: jbu $ $Date: 2002-09-18 12:15:51 $
|
||||
* last change: $Author: vg $ $Date: 2003-04-15 15:59:18 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -80,6 +80,9 @@
|
|||
#include <osl/conditn.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
|
||||
#if OSL_DEBUG_LEVEL == 0
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue