Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master

This commit is contained in:
Rémi Verschelde 2021-10-05 12:03:05 +02:00 committed by GitHub
commit b1c6826b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 21 additions and 10 deletions

View file

@ -35,7 +35,7 @@
#include "core/os/os.h"
// Here, after os/os.h
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
namespace MonoRegUtils {

View file

@ -36,6 +36,7 @@
#include "core/os/os.h"
#ifdef WINDOWS_ENABLED
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define ENV_PATH_SEP ";"