• Show log

    Commit

  • Hash : f9a5cf77
    Author : Simon McVittie
    Date : 2022-05-03T13:05:02

    Make SDL_VERSION_ATLEAST future-proof against larger version numbers
    
    This comparison normally happens at compile-time, not at runtime, so
    it doesn't matter if it isn't optimal. This avoids incorrect comparison
    if the minor version in SDL_COMPILEDVERSION and SDL_VERSIONNUM has more
    than one digit, which would cause it to overflow from the hundreds place
    into the thousands place.
    
    Signed-off-by: Simon McVittie <smcv@collabora.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w thodg_l www_kmx_io thodg
    Tags