Skip to content

SDL_VERSION_ATLEAST outside of USE_SDL case #134

Description

@rakslice

#if __MACOSX__ && SDL_VERSION_ATLEAST(2,0,0)

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmakeAffects Makefiles or other build system components

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions