steinbergmedia / vstgui

A user interface toolkit mainly for audio plug-ins
Other
869 stars 124 forks source link

Fix build warning in mactimer.cpp #275

Closed nickdowell closed 1 year ago

nickdowell commented 1 year ago

MAX_OS_X_VERSION_10_8 is not a macro defined by Apple's headers; it should be MAC_OS_X_VERSION_10_8.

It's a good idea to use the -Wundef compiler flag to catch these kinds of issues.