INTEGRATION: CWS dbgmacros1 (1.2.44); FILE MERGED
2003/04/09 12:06:42 kso 1.2.44.1: #108413# - debug macro unification.
This commit is contained in:
parent
540d085f32
commit
0001dae19c
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: gui.cxx,v $
|
* $RCSfile: gui.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
*
|
*
|
||||||
* last change: $Author: pl $ $Date: 2001-11-05 14:44:05 $
|
* last change: $Author: vg $ $Date: 2003-04-15 15:55:13 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -124,7 +124,7 @@ int cdecl main ( int argc, char ** argv) {
|
||||||
#ifdef MAC
|
#ifdef MAC
|
||||||
InitCursorCtl( 0 );
|
InitCursorCtl( 0 );
|
||||||
#endif
|
#endif
|
||||||
#ifdef DEBUG
|
#if OSL_DEBUG_LEVEL > 1
|
||||||
fprintf( stderr, "debugging %s\n", argv[0] );
|
fprintf( stderr, "debugging %s\n", argv[0] );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue