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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1988 - (view) (download)

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

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