Update SysMacOSDbg.h

This commit is contained in:
Smiril 2024-05-11 21:19:06 +02:00 committed by GitHub
parent 29c0b9e8eb
commit 0bfa251625
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
// IWYU pragma: private
#if KYTY_PLATFORM != KYTY_PLATFORM_MACOS
//#error "KYTY_PLATFORM != KYTY_PLATFORM_LINUX"
//#error "KYTY_PLATFORM != KYTY_PLATFORM_MACOS"
#else
namespace Kyty {
@ -32,4 +32,4 @@ void sys_set_exception_filter(exception_filter_func_t func);
#endif
#endif /* SYS_LINUX_INCLUDE_KYTY_SYSDBG_H_ */
#endif /* SYS_MACOS_INCLUDE_KYTY_SYSDBG_H_ */