mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-30 00:32:41 +02:00
drop some unnecessary inlines
apparently somebody compiles with msvc?
This commit is contained in:
@@ -26,6 +26,6 @@ int pdb_net_connect(const char *host, const char *port);
|
||||
|
||||
#else
|
||||
|
||||
static inline int pdb_net_connect(const char *host, const char *port) {return 0;}
|
||||
static __inline int pdb_net_connect(const char *host, const char *port) {return 0;}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user