• Show log

    Commit

  • Hash : d870f271
    Author : Sam Lantinga
    Date : 2016-10-01T12:31:31

    Fixed bug 3320 - SDL_windows_main.c defines both console application entry points
    
    Simon Hug
    
    The SDLmain file src/main/windows/SDL_windows_main.c defines both entry points for console applications, main and wmain. This seems to confuse MSVC. It outputs a LNK4067 warning and then chooses main, which is a shame because only wmain has the unicode handling. Using SDLmain.lib provided on libsdl.org, the linker also goes for main.
    
    I'm proposing to not define the main entry point at all. wmain should be supported well enough with MSVC.
    

  • 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_w kc3_lang_org thodg_l thodg_m www_kmx_io thodg
    Tags