INTEGRATION: CWS dbgmacros1 (1.3.34.1.16); FILE MERGED
2003/04/09 16:26:52 kso 1.3.34.1.16.1: #108413# - debug macro unification.
This commit is contained in:
parent
b7ba3b21d6
commit
9fc8a685b6
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: testsax.cxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2003-03-26 17:32:46 $
|
||||
* last change: $Author: vg $ $Date: 2003-04-15 17:33:09 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -61,6 +61,10 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#if OSL_DEBUG_LEVEL == 0
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#include <assert.h>
|
||||
|
||||
#include <osl/time.h>
|
||||
|
|
Loading…
Reference in a new issue