Use __inline for Win32 builds. 54/2854/1
authorDavid Galeano <davidgaleano@turbulenz.biz>
Thu, 10 Jan 2013 02:07:16 +0000 (10:07 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:22 +0000 (13:01 -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