mosquitto/client
Christian Beier fe10226cc9 Fix building with Visual Studio 2008
This older Microsoft compiler does not support mixing declarations and
code and misses some error defines. This commit enables building with
VS2008 by moving up some variable declarations and defining error
codes to their WinSock counterparts in case they're not defined.

Signed-off-by: Christian Beier <info@christianbeier.net>
2021-04-18 21:23:25 +02:00
..
args.txt New dynamic security plugin. 2020-10-27 00:54:55 +00:00
client_props.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
client_shared.c Fix building with Visual Studio 2008 2021-04-18 21:23:25 +02:00
client_shared.h More compiler warning fixes. 2021-03-21 22:50:48 +00:00
CMakeLists.txt CMake build fixes for Windows. 2020-12-03 14:02:17 +00:00
Makefile Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
pub_client.c Minor build fixes. 2021-03-21 09:18:43 +00:00
pub_shared.c Fix more minor compiler warnings. 2021-01-21 13:33:54 +00:00
pub_shared.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
pub_test_properties Helper test scripts for client properties. 2019-01-08 14:34:35 +00:00
rr_client.c Minor build fixes. 2021-03-21 09:18:43 +00:00
sub_client_output.c Fix more minor compiler warnings. 2021-01-21 13:33:54 +00:00
sub_client_output.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
sub_client.c Fix mosquitto_sub pipe close detection. 2021-04-06 23:01:48 +01:00
sub_test_fixed_width mosquitto_sub now supports extra format specifiers. 2020-08-28 22:23:22 +01:00
sub_test_properties Helper test scripts for client properties. 2019-01-08 14:34:35 +00:00