windows-nt/Source/XPSP1/NT/shell/ext/cabview/logger.h
2020-09-26 16:20:57 +08:00

11 lines
106 B
C

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