add underscores to _poserror and _stroserror

This commit is contained in:
mrdudz
2022-08-29 21:06:48 +02:00
parent 89c08dc6d4
commit 3b03a96375
4 changed files with 12 additions and 8 deletions

View File

@@ -9,9 +9,9 @@
#include <errno.h>
#include <geos.h>
void __fastcall__ _poserror (const char* msg)
void __fastcall__ __poserror (const char* msg)
{
const char *errmsg = _stroserror(_oserror);
const char *errmsg = __stroserror(_oserror);
ExitTurbo();
if (msg && *msg) {