avdebug.h

Go to the documentation of this file.
00001 #ifndef CG_UPNP_AV_DEBUG_H
00002 #define CG_UPNP_AV_DEBUG_H
00003 
00004 #ifdef WITH_DEBUG_MSG
00005 #include <stdio.h>
00006 #define DEBUG(fmt, ...) fprintf(stderr, fmt, ## __VA_ARGS__)
00007 #else
00008 #define DEBUG(text, ...)
00009 #endif
00010 
00011 #endif

Generated on Mon Aug 14 10:23:32 2006 for CyberLinkC-AV by  doxygen 1.4.6