From 32d5b1e0049183a5ab6ce05e306939b6a984a8a8 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Fri, 20 Jul 2018 18:28:02 +0200
Subject: [PATCH] Added hack to make HFS65 build on Atari.
The resulting program is defunct!
---
apps/hfs65.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/hfs65.c b/apps/hfs65.c
index 71e92ff..36b87c5 100644
--- a/apps/hfs65.c
+++ b/apps/hfs65.c
@@ -21,6 +21,7 @@
#endif
#ifdef __ATARI__
//#define IMAGE ".ATR"
+char* __fastcall__ getdevicedir(unsigned char, char*, size_t) { return NULL; } // Hack just to make it build !
#endif
#define SEND_FIRST 1