diff -r 36d367c62acb -r 76f25fb7a6a1 imstutils/imconversationview/inc/imcvlogger.h --- a/imstutils/imconversationview/inc/imcvlogger.h Tue May 11 16:01:07 2010 +0300 +++ b/imstutils/imconversationview/inc/imcvlogger.h Tue May 25 12:27:36 2010 +0300 @@ -27,7 +27,15 @@ // enable logs printing // into c:\\logs\\imcv\\imcv.txt -#define ENABLE_DEBUG_LOGS +#ifdef __WINS__ + #ifdef _DEBUG + #define ENABLE_DEBUG_LOGS // for WINS UDEB + #endif +#else + #ifdef _DEBUG + #define ENABLE_DEBUG_LOGS // for device UDEB + #endif +#endif /** * Usage of Log MACRO'S