1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Made the call to GetProgramName() work again

Added '#include <dos/obsolete.h>' in order to make the call to GetProgramName() work again. No functional changes.
This commit is contained in:
obarthel
2016-09-11 10:33:37 +02:00
parent bb82ad015d
commit ac6d131dc3

View File

@ -49,6 +49,12 @@
/****************************************************************************/
#if defined(__amigaos4__)
#include <dos/obsolete.h>
#endif /* __amigaos4__ */
/****************************************************************************/
#ifdef __amigaos4__
#define MEMORY_TYPE MEMF_PRIVATE
#else