mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-13 22:04:36 -06:00
Core: backtrace conditional compilation issue
git-svn-id: svn://ultimatepp.org/upp/trunk@15240 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c9a246bea7
commit
51fc4e2c20
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ void PanicMessageBox(const char *title, const char *text)
|
|||
}
|
||||
|
||||
|
||||
#if defined(PLATFORM_LINUX) && defined(COMPILER_GCC) && !defined(PLATFORM_ANDROID)
|
||||
#if defined(PLATFORM_LINUX) && defined(COMPILER_GCC) && !defined(PLATFORM_ANDROID) && defined(flagSTACKTRACE)
|
||||
void AddStackTrace(char * str, int len)
|
||||
{
|
||||
const size_t max_depth = 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue