mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 20:28:01 +00:00
str[n]icmp => str[n]casecmp on non-windows
This was SVN commit r437.
This commit is contained in:
@@ -26,6 +26,10 @@ extern float fminf(float a, float b);
|
||||
extern float fmaxf(float a, float b);
|
||||
#endif
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#define stricmp strcasecmp
|
||||
#define strnicmp strncasecmp
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user