src/music/qtmidi.cpp
changeset 8461 385ca6f76feb
parent 8335 9ebc441dddde
equal deleted inserted replaced
8460:8a773ea36eb6 8461:385ca6f76feb
    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