--- Server/module.c 2024/10/17 09:53:39 1.1 +++ Server/module.c 2024/11/03 10:40:12 1.2 @@ -1,4 +1,4 @@ -/* $Id: module.c,v 1.1 2024/10/17 09:53:39 nishi Exp $ */ +/* $Id: module.c,v 1.2 2024/11/03 10:40:12 nishi Exp $ */ #define SOURCE @@ -17,7 +17,7 @@ extern struct tw_config config; -#if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) || defined(__DOS__) +#if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) || defined(__DOS__) || defined(__amiga__) void* tw_module_load(const char* path) { return NULL; } void* tw_module_symbol(void* mod, const char* sym) { return NULL; }