mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
12
src/os/compat/Mac.hpp
Normal file
12
src/os/compat/Mac.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef OS_COMPAT_MAC_HPP
|
||||
#define OS_COMPAT_MAC_HPP
|
||||
|
||||
#ifdef __OBJC__
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#if WHOA_SYSTEM_VERSION < WHOA_MACOS_10_12
|
||||
#define NSEventTypeApplicationDefined NSApplicationDefined
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue