ncdengine/engine/src/catalogsdebug.cpp
branchRCL_3
changeset 19 7ca52d38f8c3
parent 0 ba25891c3a9e
child 41 0410b3201a77
child 69 b18a4bf55ddb
equal deleted inserted replaced
18:3ba40be8e484 19:7ca52d38f8c3
    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