Revert "Simplify apple platform include defines"
This reverts commit 3140c711a4.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if PLATFORM_APPLE_FAMILY
|
||||
#if PLATFORM_MAC || PLATFORM_IOS
|
||||
|
||||
#include "../Unix/UnixPlatform.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if PLATFORM_APPLE_FAMILY
|
||||
#if PLATFORM_MAC || PLATFORM_IOS
|
||||
|
||||
#include "../Unix/UnixThread.h"
|
||||
#include <signal.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user