You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 years ago
..
CMakeLists.txt CMake build fixes for Windows. 5 years ago
Makefile Merge branch 'fixes' into develop 6 years ago
args.txt New dynamic security plugin. 5 years ago
client_props.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
client_shared.c Fix building with Visual Studio 2008 5 years ago
client_shared.h More compiler warning fixes. 5 years ago
pub_client.c Minor build fixes. 5 years ago
pub_shared.c Fix more minor compiler warnings. 5 years ago
pub_shared.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
pub_test_properties Helper test scripts for client properties. 7 years ago
rr_client.c Minor build fixes. 5 years ago
sub_client.c Fix mosquitto_sub pipe close detection. 5 years ago
sub_client_output.c Fix more minor compiler warnings. 5 years ago
sub_client_output.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
sub_test_fixed_width mosquitto_sub now supports extra format specifiers. 5 years ago
sub_test_properties Helper test scripts for client properties. 7 years ago