emaculation / emaculation/macemu
`SDL_VERSION_ATLEAST` outside of USE_SDL case
Open
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.