renamed from MacOS.h to Apple.h

This commit is contained in:
2021-01-27 10:29:38 +08:00
parent d065f24770
commit 74f7f146ba
2 changed files with 2 additions and 2 deletions

View File

@@ -280,7 +280,7 @@
#elif HGL_OS == HGL_OS_macOS
#include<hgl/platform/os/MacOS.h>
#include<hgl/platform/os/Apple.h>
#if HGL_COMPILER == HGL_COMPILER_Intel
#include<hgl/platform/compiler/Intel.h>
@@ -292,7 +292,7 @@
#elif HGL_OS == HGL_OS_iOS
#include<hgl/platform/os/MacOS.h>
#include<hgl/platform/os/Apple.h>
#include<hgl/platform/compiler/LLVM.h>
#elif HGL_OS == HGL_OS_PSP2