mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +00:00
added __fastcall__
git-svn-id: svn://svn.cc65.org/cc65/trunk@2072 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
254f8a9cd6
commit
d00708fbc8
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user