@@ -65,7 +65,7 @@ constexpr OS OS = OS::Linux;
|
|||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
#define OX_OS_Windows
|
#define OX_OS_Windows
|
||||||
constexpr OS OS = OS::Windows;
|
constexpr OS OS = OS::Windows;
|
||||||
#elif defined(__apple__)
|
#elif defined(__APPLE__)
|
||||||
#define OX_OS_Darwin
|
#define OX_OS_Darwin
|
||||||
constexpr OS OS = OS::Darwin;
|
constexpr OS OS = OS::Darwin;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user