finally Win32 compiles

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@176 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-07-25 17:47:09 +00:00
parent 01ec8f90fd
commit cd13445812

View File

@@ -465,14 +465,14 @@ public:
StackWalker::OnOutput(szText);
}
};
*/
void DumpCallstackPrintf(void* callpnt)
{
PrintStackWalker sw;
sw.ShowCallstack();
/*PrintStackWalker sw;
sw.ShowCallstack();*/
}
void DumpCallstack(void (*LineOutFct) (const std::string&))
/*void DumpCallstack(void (*LineOutFct) (const std::string&))
{
PrintStackWalker sw(LineOutFct);
sw.ShowCallstack();
@@ -562,6 +562,7 @@ static bool logger_output(Logger& log, const std::string& buf) {
}
if(Logger_Verbosity >= log.minCallstackVerb) {
DumpCallstackPrintf();
// TODO: Check wether that call with NULL is correct
}
return ret;
}