src/music/qtmidi.cpp
branchnoai
changeset 9723 eee46cb39750
parent 9722 ebf0ece7d8f6
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
    16  * synthesizers and the like) some Carbon functions are used to set the file
    16  * synthesizers and the like) some Carbon functions are used to set the file
    17  * type as seen by QuickTime, using @c FSpSetFInfo() (which modifies the
    17  * type as seen by QuickTime, using @c FSpSetFInfo() (which modifies the
    18  * file's resource fork).
    18  * file's resource fork).
    19  */
    19  */
    20 
    20 
       
    21 
       
    22 #define MAC_OS_X_VERSION_MIN_REQUIRED    MAC_OS_X_VERSION_10_3
       
    23 #include <AvailabilityMacros.h>
    21 
    24 
    22 /*
    25 /*
    23  * OpenTTD includes.
    26  * OpenTTD includes.
    24  */
    27  */
    25 #define  WindowClass OSX_WindowClass
    28 #define  WindowClass OSX_WindowClass