C89 MSVC doesn't support 'inline' - will have to make define for
[picodrive.git] / cpu / debug.h
index 5aaa60e..4ad618d 100644 (file)
@@ -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