mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-30 00:32:41 +02:00
C89 MSVC doesn't support 'inline' - will have to make define for
INLINE that can be redefined by 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