WindowsXP-SP1/shell/ext/cabview/logger.h
2020-09-30 16:53:49 +02:00

11 lines
116 B
C

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