This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef EXT_BACKTRACE_H | |
#define EXT_BACKTRACE_H 1 | |
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | |
static void ext_log_backtrace() | |
{ | |
// TODO: backtrace not implemented | |
} |
NewerOlder