You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _WRITE_LOG_DLL_H
|
|
#define _WRITE_LOG_DLL_H
|
|
|
|
|
|
|
|
void __stdcall WriteLog2(const char *pFileName,const char *pStrCon, int FileCount, int logFileSize);
|
|
void WriteLog(char *format, ...);
|
|
|
|
#endif |