Revert "Simplify apple platform include defines"

This reverts commit 3140c711a4.
This commit is contained in:
2026-05-27 17:54:06 +02:00
parent ab6b5927f8
commit 791fb785cf
6 changed files with 6 additions and 6 deletions
@@ -1,6 +1,6 @@
// Copyright (c) Wojciech Figat. All rights reserved.
#if PLATFORM_APPLE_FAMILY
#if PLATFORM_MAC || PLATFORM_IOS
#include "AppleFileSystem.h"
#include "AppleUtils.h"
@@ -2,7 +2,7 @@
#pragma once
#if PLATFORM_APPLE_FAMILY
#if PLATFORM_MAC || PLATFORM_IOS
#include "Engine/Platform/Unix/UnixFileSystem.h"
@@ -1,6 +1,6 @@
// Copyright (c) Wojciech Figat. All rights reserved.
#if PLATFORM_APPLE_FAMILY
#if PLATFORM_MAC || PLATFORM_IOS
#if PLATFORM_MAC
#define PLATFORM_MAC_CACHED 1
+1 -1
View File
@@ -2,7 +2,7 @@
#pragma once
#if PLATFORM_APPLE_FAMILY
#if PLATFORM_MAC || PLATFORM_IOS
#include "../Unix/UnixPlatform.h"
+1 -1
View File
@@ -2,7 +2,7 @@
#pragma once
#if PLATFORM_APPLE_FAMILY
#if PLATFORM_MAC || PLATFORM_IOS
#include "../Unix/UnixThread.h"
#include <signal.h>
+1 -1
View File
@@ -2,7 +2,7 @@
#pragma once
#if PLATFORM_APPLE_FAMILY
#if PLATFORM_MAC || PLATFORM_IOS
#include "Engine/Core/Types/String.h"
#include <CoreFoundation/CoreFoundation.h>