ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Server/module.c
(Generate patch)

Comparing Server/module.c (file contents):
Revision 1.1 by nishi, Thu Oct 17 09:53:39 2024 UTC vs.
Revision 1.2 by nishi, Sun Nov 3 10:40:12 2024 UTC

# Line 17 | Line 17
17  
18   extern struct tw_config config;
19  
20 < #if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) || defined(__DOS__)
20 > #if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) || defined(__DOS__) || defined(__amiga__)
21   void* tw_module_load(const char* path) { return NULL; }
22  
23   void* tw_module_symbol(void* mod, const char* sym) { return NULL; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines