[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.2.2 - (view) (download)

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

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