From 94e623165dc3fb5b4ca01a8c3e2ca3d3d8e6491f Mon Sep 17 00:00:00 2001 From: Scott Hutter Date: Sun, 30 Dec 2018 11:33:45 -0600 Subject: [PATCH] removed fastcall from SetNewMode --- include/geos/ggraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/geos/ggraph.h b/include/geos/ggraph.h index 642bd85ce..eb3ff81da 100644 --- a/include/geos/ggraph.h +++ b/include/geos/ggraph.h @@ -46,7 +46,7 @@ void __fastcall__ BitOtherClip(void *proc1, void *proc2, char skipl, void __fastcall__ GraphicsString(char *myGfxString); #ifdef __GEOS_CBM__ -void __fastcall__ SetNewMode(void); +void SetNewMode(void); #endif /* VIC colour constants */ -- 2.39.5