On 2018/11/20, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom <[email protected]>
> ---
>  src/util/u_string.h | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/src/util/u_string.h b/src/util/u_string.h
> index cb0895a71a3f50867327..5687fa8aed1ff98287e6 100644
> --- a/src/util/u_string.h
> +++ b/src/util/u_string.h
> @@ -200,7 +200,7 @@ util_strstr(const char *haystack, const char *needle)
>  }
>  
>  
> -#define util_strcasecmp stricmp
> +#define strcasecmp stricmp

The MSDN lists _stricmp (note the missing underscore) for MSVC 2017.

HTH
-Emil
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to