Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master
This commit is contained in:
commit
b1c6826b9f
18 changed files with 21 additions and 10 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include "core/os/os.h"
|
||||
|
||||
// Here, after os/os.h
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
namespace MonoRegUtils {
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
#include "core/os/os.h"
|
||||
|
||||
#ifdef WINDOWS_ENABLED
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#define ENV_PATH_SEP ";"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue