Undo 6f6a375 that does not properly support macOS SDK 15.x (#1103)

This commit is contained in:
ManoloFLTK 2024-11-04 04:50:31 +01:00
parent f90887ec49
commit 37144c06a1
1 changed files with 0 additions and 4 deletions

View File

@ -47,10 +47,6 @@ typedef class FLWindow *Window; // pointer to the FLWindow objective-c class
// Standard MacOS C/C++ includes...
#include <ApplicationServices/ApplicationServices.h>
#undef check // because of Fl::check()
#ifdef __MAC_OS_X_VERSION_MAX_ALLOWED
# undef MAC_OS_X_VERSION_MAX_ALLOWED
# define MAC_OS_X_VERSION_MAX_ALLOWED __MAC_OS_X_VERSION_MAX_ALLOWED
#endif
#ifndef MAC_OS_X_VERSION_10_4
#define MAC_OS_X_VERSION_10_4 1040