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 <simon@rozman.si>
This commit is contained in:
Simon Rozman 2022-02-10 12:16:34 +01:00
parent e2aad54a13
commit 328646b2d9

View File

@ -6,7 +6,6 @@
#pragma once
#define _WINSOCKAPI_ // Prevent inclusion of winsock.h in windows.h.
#include <Windows.h>
#include <assert.h>
#include <stdarg.h>