/[tewi]/Server/module.c
ViewVC logotype

Diff of /Server/module.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by nishi, Thu Oct 17 09:53:39 2024 UTC Revision 1.2 by nishi, Sun Nov 3 10:40:12 2024 UTC
# Line 17  Line 17 
17    
18  extern struct tw_config config;  extern struct tw_config config;
19    
20  #if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) || defined(__DOS__)  #if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) || defined(__DOS__) || defined(__amiga__)
21  void* tw_module_load(const char* path) { return NULL; }  void* tw_module_load(const char* path) { return NULL; }
22    
23  void* tw_module_symbol(void* mod, const char* sym) { return NULL; }  void* tw_module_symbol(void* mod, const char* sym) { return NULL; }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev