Parent Directory
|
Revision Log
Revision 1634 - (view) (download)
1 : | edgomez | 1382 | #ifndef _DSHOW_DEBUG_ |
2 : | #define _DSHOW_DEBUG_ | ||
3 : | |||
4 : | suxen_drol | 1634 | #ifdef __cplusplus |
5 : | extern "C" { | ||
6 : | #endif | ||
7 : | edgomez | 1382 | |
8 : | suxen_drol | 1634 | void OutputDebugStringf(char *fmt, ...); |
9 : | |||
10 : | #ifdef _DEBUG | ||
11 : | #define DPRINTF OutputDebugStringf | ||
12 : | edgomez | 1382 | #else |
13 : | static __inline void | ||
14 : | DPRINTF(char *fmt, ...) { } | ||
15 : | #endif | ||
16 : | |||
17 : | suxen_drol | 1634 | #ifdef __cplusplus |
18 : | } | ||
19 : | #endif | ||
20 : | edgomez | 1382 | |
21 : | suxen_drol | 1503 | #endif /* _DSHOW_DEBUG */ |
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |