mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 02:21:15 +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,6 +36,7 @@
|
|||
#include "core/project_settings.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