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:
parent
e2aad54a13
commit
328646b2d9
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user