Use __inline for Win32 builds.
authorDavid Galeano <davidgaleano@turbulenz.biz>
Thu, 10 Jan 2013 02:07:16 +0000 (10:07 +0800)
committerAndy Green <andy.green@linaro.org>
Thu, 10 Jan 2013 02:07:16 +0000 (10:07 +0800)
lib/extension-x-google-mux.h
lib/private-libwebsockets.h

index 4f4d397..a580ad6 100644 (file)
@@ -1,7 +1,7 @@
 
 #if 0
 #ifdef WIN32
-static
+static __inline
 #else
 static inline
 #endif
@@ -12,7 +12,7 @@ void muxdebug(const char *format, ...)
 }
 #else
 #ifdef WIN32
-static
+static __inline
 #else
 static inline
 #endif
index bc55125..32fd2b5 100644 (file)
@@ -98,7 +98,7 @@ void debug(const char *format, ...)
 }
 #else
 #ifdef WIN32
-static
+static __inline
 #else
 static inline
 #endif