• Ryan C. Gordon's avatar
    SDL_SetWindowCaption() on Windows: try to use the unicode · 372defa7
    Ryan C. Gordon authored
    SetWindowText() if it exists in user32.dll, and fallback to converting
    to the current codepage (instead of latin1) if not.
    
      Fixes Bugzilla #365.
    
    --HG--
    branch : SDL-1.2
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402276
    372defa7
SDL_syswm.c 8.78 KB