Simplify apple platform include defines

This commit is contained in:
2026-05-27 14:39:45 +02:00
parent 848e9c92aa
commit 3140c711a4
6 changed files with 6 additions and 6 deletions
@@ -1,6 +1,6 @@
// Copyright (c) Wojciech Figat. All rights reserved.
#if PLATFORM_MAC || PLATFORM_IOS
#if PLATFORM_APPLE_FAMILY
#include "AppleFileSystem.h"
#include "AppleUtils.h"