From d00708fbc8ea6c4253a01a57ac5c3e79da0ad739 Mon Sep 17 00:00:00 2001 From: izydorst Date: Fri, 25 Apr 2003 16:43:06 +0000 Subject: [PATCH] added __fastcall__ git-svn-id: svn://svn.cc65.org/cc65/trunk@2072 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/geos/common/perror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/geos/common/perror.c b/libsrc/geos/common/perror.c index 4e24023ee..07309b789 100644 --- a/libsrc/geos/common/perror.c +++ b/libsrc/geos/common/perror.c @@ -9,7 +9,7 @@ #include #include -void perror(const char* msg) +void __fastcall__ perror(const char* msg) { DlgBoxOk(msg,strerror(errno)); -- 2.39.5