mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Always pull in AvailabilityMacros.h
This fixes a compilation problem on OS X 10.9. Patch by @felixbuenemann.
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
# define OPAQUE_TOOLBOX_STRUCTS 0
|
||||
#endif
|
||||
|
||||
/* Include MAC_OS_X_VERSION_* macros (needed for OS X 10.9, should be supported
|
||||
* as of OS X 10.2)
|
||||
* */
|
||||
#include <AvailabilityMacros.h>
|
||||
|
||||
/*
|
||||
* Macintosh machine-dependent things.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user