removed fastcall from SetNewMode
This commit is contained in:
parent
74f622d9c6
commit
94e623165d
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue