mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add missing WIN32_LEAN_AND_MEAN
This commit is contained in:
parent
23bb5883cb
commit
f463e612a1
18 changed files with 20 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue