You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDL_VERSION_ATLEAST(x,y,z) tests should be inside a USE_SDL case, because SDL_VERSION_ATLEAST is defined in SDL headers and won't even compile if you're building without SDL.
The text was updated successfully, but these errors were encountered:
I took a glance at the Windows builds linked from https://github.com/emaculation/macemu previously and was confused about the state of the build jobs because they say 'MSYS' but are using Cygwin, not MSYS
macemu/SheepShaver/src/Unix/main_unix.cpp
Line 838 in 19e0f58
SDL_VERSION_ATLEAST(x,y,z)
tests should be inside aUSE_SDL
case, becauseSDL_VERSION_ATLEAST
is defined in SDL headers and won't even compile if you're building without SDL.The text was updated successfully, but these errors were encountered: