fix windows build issue (one more try)
This commit is contained in:
parent
1deeb98898
commit
990de1c243
|
@ -114,7 +114,7 @@ void print_backtrace(char* out, int len)
|
|||
}
|
||||
#else
|
||||
|
||||
void print_backtrace(FILE* out, char const* label) {}
|
||||
void print_backtrace(char* out, int len) {}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue