use __afailed instead of _afailed
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
void __fastcall__ _afailed (char* file, unsigned line)
|
||||
void __fastcall__ __afailed (char* file, unsigned line)
|
||||
{
|
||||
raise (SIGABRT);
|
||||
fprintf (stderr, "ASSERTION FAILED IN %s:%u\n", file, line);
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <geos.h>
|
||||
|
||||
void _afailed (char* file, unsigned line)
|
||||
void __afailed (char* file, unsigned line)
|
||||
{
|
||||
ExitTurbo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user