Subversion Repositories filter_foundry

Rev

Rev 439 | Rev 449 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 439 Rev 444
Line 18... Line 18...
18
*/
18
*/
19
 
19
 
20
#ifndef DBG_H_
20
#ifndef DBG_H_
21
#define DBG_H_
21
#define DBG_H_
22
 
22
 
-
 
23
#include <windows.h>
-
 
24
 
23
void dbg(const char *s);
25
void dbg(TCHAR *s);
24
int dprintf (const char *fmt, ...);
26
int dprintf (const char *fmt, ...);
25
 
27
 
26
#endif
28
#endif