freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new compiler warnings in freetype 2.10.2 32-bit


From: Werner LEMBERG
Subject: Re: new compiler warnings in freetype 2.10.2 32-bit
Date: Fri, 24 Jul 2020 12:47:37 +0200 (CEST)

> strcasecmp does not exist when compiling with Visual Studio
> (_stricmp does though and is doing the same job).  mingw-w64 uses a
> #define for that.  Why not adding ft_strcasecmp like ft_strdup ?

There is already

  #ifdef _WIN32
  #define strcasecmp  _stricmp
  #endif

in `ftcommon.c`...


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]