mirror of
https://github.com/microsoft/UVAtlas
synced 2024-11-08 13:20:06 +00:00
Fix initial WIN32 detection
This commit is contained in:
parent
8ab5f141a0
commit
fddc5c4dd3
@ -9,7 +9,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if defined(WIN32) || defined(WINAPI_FAMILY)
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
#ifdef _GAMING_XBOX_SCARLETT
|
||||
#include <d3d12_xs.h>
|
||||
#elif defined(_GAMING_XBOX)
|
||||
|
@ -50,7 +50,7 @@
|
||||
#pragma clang diagnostic ignored "-Wswitch-enum"
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) || defined(WINAPI_FAMILY)
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user