Windows2000/private/shell/ext/cabview/logger.h
2020-09-30 17:12:32 +02:00

11 lines
106 B
C

#ifdef __cplusplus
extern "C" {
#endif
extern void Log(char *pszfmt, ...);
#ifdef __cplusplus
}
#endif