windows-nt/Source/XPSP1/NT/shell/ext/cabview/logger.h

11 lines
106 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifdef __cplusplus
extern "C" {
#endif
extern void Log(char *pszfmt, ...);
#ifdef __cplusplus
}
#endif