blob: 393f4509d8850c0d1896a8c83a0e33ce0ddf3a5c (
plain)
1
2
3
4
5
6
7
8
|
#ifndef _PING_LOG
#define _PING_LOG
void Log(const wchar_t *pwszText);
void GetLogFilename(wchar_t *pBuf, size_t cbLen);
INT_PTR ViewLogData(WPARAM wParam, LPARAM lParam);
#endif
|