1 2 3 4 5 6 7 8 9 10
#ifndef MQTT_WIN32_H #define MQTT_WIN32_H #if defined(_WIN32) #include <winsock2.h> #include <ws2tcpip.h> #include <windows.h> #endif #endif