1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add missing WIN32_LEAN_AND_MEAN

This commit is contained in:
Bartłomiej T. Listwon
2021-09-23 08:56:12 +02:00
parent a4b80cdad9
commit 425ed0ffe0
18 changed files with 21 additions and 10 deletions

View File

@@ -36,9 +36,9 @@
#ifdef WINDOWS_ENABLED
#include <stdio.h>
#include <winsock2.h>
// Needs to be included after winsocks2.h
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#ifndef UWP_ENABLED
#include <iphlpapi.h>