added __fastcall__
git-svn-id: svn://svn.cc65.org/cc65/trunk@2072 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <geos.h>
|
#include <geos.h>
|
||||||
|
|
||||||
void perror(const char* msg)
|
void __fastcall__ perror(const char* msg)
|
||||||
{
|
{
|
||||||
|
|
||||||
DlgBoxOk(msg,strerror(errno));
|
DlgBoxOk(msg,strerror(errno));
|
||||||
|
|||||||
Reference in New Issue
Block a user