mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
AK: Add platform macro for Mach-based operating system environments
This commit is contained in:
parent
870a954e11
commit
4a9546a7c8
Notes:
sideshowbarker
2024-07-17 03:03:15 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/4a9546a7c8 Pull-request: https://github.com/SerenityOS/serenity/pull/23841 Reviewed-by: https://github.com/bugaevc Reviewed-by: https://github.com/nico ✅ Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@
|
|||
# define AK_OS_GNU_HURD
|
||||
#endif
|
||||
|
||||
#if defined(__MACH__)
|
||||
# define AK_OS_MACH
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
# define AK_OS_WINDOWS
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue