Windows2000/private/shell/ext/cabview/logger.h

11 lines
106 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifdef __cplusplus
extern "C" {
#endif
extern void Log(char *pszfmt, ...);
#ifdef __cplusplus
}
#endif