Refuse to compile with lws 3.2.0.

pull/1600/head
Roger A. Light 6 years ago
parent b056bfcea5
commit 2e067d1700

@ -37,6 +37,9 @@ Contributors:
# define libwebsocket_protocols lws_protocols # define libwebsocket_protocols lws_protocols
# define libwebsocket_callback_reasons lws_callback_reasons # define libwebsocket_callback_reasons lws_callback_reasons
# define libwebsocket lws # define libwebsocket lws
# if LWS_LIBRARY_VERSION_NUMBER == 3002000
# error "libwebsockets 3.2.0 is not compatible with Mosquitto. <3.1.0, or >=3.2.1 will work fine"
# endif
# else # else
# define lws_pollfd pollfd # define lws_pollfd pollfd
# define lws_service_fd(A, B) libwebsocket_service_fd((A), (B)) # define lws_service_fd(A, B) libwebsocket_service_fd((A), (B))

Loading…
Cancel
Save