Merge branch 'x64' into dev
This commit is contained in:
@@ -34,7 +34,6 @@ class CLogger
|
||||
public:
|
||||
void Out(const wchar_t*, ...);
|
||||
CLogger(const wchar_t*);
|
||||
CLogger(const wchar_t*, const wchar_t*);
|
||||
~CLogger();
|
||||
|
||||
private:
|
||||
@@ -47,6 +46,7 @@ private:
|
||||
std::wofstream fsLogFile;
|
||||
std::wstring szAppTitle{ 0 };
|
||||
std::wstring szAppVersion{ 0 };
|
||||
std::wstring szAppPlatform{ 0 };
|
||||
std::wstring szAppTitleVer{ 0 };
|
||||
|
||||
inline wchar_t* GetTimeStamp();
|
||||
|
||||
Reference in New Issue
Block a user