mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-12-31 15:30:22 +00:00
Added hack to make HFS65 build on Atari.
The resulting program is defunct!
This commit is contained in:
parent
3fb437f7cb
commit
32d5b1e004
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user