Skip to content
Snippets Groups Projects
Forked from VideoLAN / VLC
Source project has a limited visibility.
  • Steve Lhomme's avatar
    configure: don't the check presence of stricmp · cedea4d0
    Steve Lhomme authored
    _stricmp a Windows thing that is present in all the CRT, even in UCRT.
    The stricmp() deprecated variant doesn't seem to exist elsewhere.
    
    In some configuration it's not possible to link with stricmp() even though
    _stricmp() is available.
    cedea4d0