You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signature looks compatible, and intl/os2compat.h as #define strncasecmp strnicmp so that's probably fine. Not sure how it was working with earlier Visual Studio versions though; maybe there is/was some define to make that function available by default?
Hello.
I am building with Visual Studio 2022.
I have a problem with an unresolved symbol, in vorbiscomment.
In the function _vorbis_comment_rm_tag (vcomment.c), on line 193, I have replaced strncasecmp with _strnicmp.
I have compiled and the exe has worked. but I don't know if _strnicmp is the correct solution?
The text was updated successfully, but these errors were encountered: