win32 provide empty declaration for inline
authorAndy Green <andy.green@linaro.org>
Sun, 2 Mar 2014 23:21:30 +0000 (07:21 +0800)
committerAndy Green <andy.green@linaro.org>
Sun, 2 Mar 2014 23:21:30 +0000 (07:21 +0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
lib/libwebsockets.h

index a7c07aa..7ab866a 100644 (file)
@@ -40,6 +40,7 @@ extern "C" {
 
 #define strcasecmp stricmp
 #define getdtablesize() 30000
+#define inline
 
 #ifdef __MINGW64__
 #else