emaculation / emaculation/macemu

`SDL_VERSION_ATLEAST` outside of USE_SDL case

Open
#134 4 comments 0 reactions 0 assignees View on GitHub
bug make
Dominant language
C++
Stars
78
Forks
13
PR merge metrics
No merged PRs in 30d

Description

https://github.com/emaculation/macemu/blob/19e0f582e57f611d495f5025fa93672db98bda15/SheepShaver/src/Unix/main_unix.cpp#L838

`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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.