mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
[HOST-TOOLS] Fix the build from IDE for visual studio 2019 CE
CORE-16904
This commit is contained in:
parent
4d1cd72317
commit
f454f4dc21
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
#if defined(_WIN32)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <intrin.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <typedefs.h>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#if defined(_WIN32)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <intrin.h>
|
||||
#include <windows.h> // for GetFullPathNameA
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue