From 328646b2d9d7100afe9d2d0a25e2c656241bb25b Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 10 Feb 2022 12:16:34 +0100 Subject: [PATCH] Stop defining _WINSOCKAPI_ Being portable means not interfering with *any* user project settings. Adapt user projects accordingly when sockets are used. Signed-off-by: Simon Rozman --- include/WinStd/Common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/WinStd/Common.h b/include/WinStd/Common.h index dec421f8..e76621f6 100644 --- a/include/WinStd/Common.h +++ b/include/WinStd/Common.h @@ -6,7 +6,6 @@ #pragma once -#define _WINSOCKAPI_ // Prevent inclusion of winsock.h in windows.h. #include #include #include