Fix the Winsock compilation errors.

This commit is contained in:
Jonathan Naylor
2024-04-22 19:12:33 +01:00
parent ca2bff7e9e
commit 738c82d7b9
8 changed files with 17 additions and 16 deletions

View File

@@ -16,7 +16,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef UDPSocket_H
#if !defined(UDPSocket_H)
#define UDPSocket_H
#include <string>