change prototype for GraphicsString() to void __fastcall__ GraphicsString(const void *myGfxString);

This commit is contained in:
mrdudz
2021-05-18 15:16:14 +02:00
parent d14148ab4f
commit 6d560f4236
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
;
; 25.12.99
; void GraphicsString (char *myString);
; void GraphicsString (const void *myString);
.export _GraphicsString