mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
drop some unnecessary inlines
apparently somebody compiles with msvc?
This commit is contained in:
parent
b5f5dc1fad
commit
e9a11abb3c
7 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue