Subject: lws_stats: fix compile error on VS2013
authorAndy Ning <andy.ning@windriver.com>
Fri, 26 May 2017 13:33:55 +0000 (09:33 -0400)
committerAndy Green <andy@warmcat.com>
Tue, 30 May 2017 23:44:08 +0000 (07:44 +0800)
commitce2e74e5e38ba8c03620946e947e86dad0b81a76
tree427edf44cc7f782dacab93f80f4837ea9d9d3ced
parent978605b39ef12bbceeed0d6e2e5f7df40f2cb814
Subject: lws_stats: fix compile error on VS2013

Use LWS_INLINE instead of inline in libwebsockets.h to
make it compatible on both Linux and Windows.

Signed-off-by: Andy Ning <andy.ning@windriver.com>
lib/libwebsockets.h