[cvs] / xvidcore / dshow / src / debug.h Repository:
ViewVC logotype

Annotation of /xvidcore/dshow/src/debug.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (view) (download)

1 : edgomez 1.2 #ifndef _DSHOW_DEBUG_
2 :     #define _DSHOW_DEBUG_
3 :    
4 : suxen_drol 1.4 #ifdef __cplusplus
5 :     extern "C" {
6 :     #endif
7 :    
8 :     void OutputDebugStringf(char *fmt, ...);
9 :    
10 : edgomez 1.2 #ifdef _DEBUG
11 : suxen_drol 1.4 #define DPRINTF OutputDebugStringf
12 : edgomez 1.2 #else
13 :     static __inline void
14 :     DPRINTF(char *fmt, ...) { }
15 :     #endif
16 :    
17 : suxen_drol 1.4 #ifdef __cplusplus
18 :     }
19 :     #endif
20 : edgomez 1.2
21 : suxen_drol 1.3 #endif /* _DSHOW_DEBUG */

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4