BUGFIX : Fix compile error on SunOS xentros 5.11: symbol conflict.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@896 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -2244,13 +2244,13 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
|
||||
// ensure we get high priority
|
||||
::SetPriorityClass(GetCurrentProcess(),HIGH_PRIORITY_CLASS);
|
||||
|
||||
// initialise the default logger if neccessary
|
||||
// initialize the default logger if necessary
|
||||
Assimp::DefaultLogger::create("",Assimp::Logger::VERBOSE);
|
||||
|
||||
CLogWindow::Instance().pcStream = new CMyLogStream();
|
||||
Assimp::DefaultLogger::get()->attachStream(CLogWindow::Instance().pcStream,
|
||||
Assimp::DefaultLogger::DEBUGGING | Assimp::DefaultLogger::INFO |
|
||||
Assimp::DefaultLogger::ERR | Assimp::DefaultLogger::WARN);
|
||||
Assimp::DefaultLogger::Debugging | Assimp::DefaultLogger::Info |
|
||||
Assimp::DefaultLogger::Err | Assimp::DefaultLogger::Warn);
|
||||
|
||||
if (NULL == hDlg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user