ncdengine/engine/src/catalogsdebug.cpp
changeset 29 26b6f0522fd8
parent 0 ba25891c3a9e
child 41 0410b3201a77
child 69 b18a4bf55ddb
equal deleted inserted replaced
25:98b66e4fb0be 29:26b6f0522fd8
    47 
    47 
    48 #include "catalogsdebug.h"
    48 #include "catalogsdebug.h"
    49 #include "e32debug.h"
    49 #include "e32debug.h"
    50 
    50 
    51 #ifndef __WINS__
    51 #ifndef __WINS__
    52 extern "C" TUint32 GetStackPointer();
    52 extern TUint32 GetStackPointer();
    53 #endif
    53 #endif
    54 
    54 
    55 //#define _DDPRINT( x ) RDebug::Printf x
    55 //#define _DDPRINT( x ) RDebug::Printf x
    56 #define _DDPRINT( x )
    56 #define _DDPRINT( x )
    57 
    57