mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-20 19:02:04 +00:00
Fix typo in FLUID_STRNCASECMP for Windows
This commit is contained in:
parent
50b50e765d
commit
e844b3567c
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ do { strncpy(_dst,_src,_n); \
|
|||
#endif
|
||||
|
||||
#if defined(WIN32) && !defined(MINGW32)
|
||||
#define FLUID_STRNCASECMP _strincmp
|
||||
#define FLUID_STRNCASECMP _strnicmp
|
||||
#else
|
||||
#define FLUID_STRNCASECMP strncasecmp
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue