lib files are building
This commit is contained in:
@@ -167,7 +167,7 @@ namespace quest
|
||||
void ClearError() { m_bError = false; }
|
||||
bool IsError() { return m_bError; }
|
||||
void WriteRunningStateToSyserr();
|
||||
#ifndef __WIN32__
|
||||
#ifndef OS_WINDOWS
|
||||
void QuestError(const char* func, int line, const char* fmt, ...);
|
||||
#else
|
||||
//void QuestError(const char* fmt, ...);
|
||||
|
||||
Reference in New Issue
Block a user