terminalsecurity/SCP/DmEventNotifier/inc/DmEventNotifierDebug.h
changeset 5 3f7d9dbe57c8
parent 0 b497e44ab2fc
equal deleted inserted replaced
4:958eca8527dd 5:3f7d9dbe57c8
    34     }
    34     }
    35 
    35 
    36 #if defined (_DEBUG)
    36 #if defined (_DEBUG)
    37 
    37 
    38 #if defined(__WINS__)
    38 #if defined(__WINS__)
    39     #define FLOG            RDebug::Print
    39     #define _DMEVNT_DEBUG(arg...)    RDebug::Print(arg);
    40     #define FLOG(arg...)    RDebug::Print(arg);
       
    41 #else
    40 #else
    42     #define FLOG            FWrite
    41     #define _DMEVNT_DEBUG(arg...)    FWrite(arg);
    43     #define FLOG(arg...)    FWrite(arg);
       
    44 #endif
    42 #endif
    45 
    43 
    46 #else
    44 #else
    47 	#define FLOG
    45     #define _DMEVNT_DEBUG(arg...)
    48 	#define FLOG(arg...)
       
    49 	
    46 	
    50 #endif //_DEBUG
    47 #endif //_DEBUG
    51 #endif      // __DMEVENTNOTIFIERDEBUG_H__
    48 #endif      // __DMEVENTNOTIFIERDEBUG_H__
    52 // End of File
    49 // End of File