1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00

added __fastcall__

git-svn-id: svn://svn.cc65.org/cc65/trunk@2072 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2003-04-25 16:43:06 +00:00
parent 254f8a9cd6
commit d00708fbc8

View File

@ -9,7 +9,7 @@
#include <errno.h>
#include <geos.h>
void perror(const char* msg)
void __fastcall__ perror(const char* msg)
{
DlgBoxOk(msg,strerror(errno));