1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-22 05:59:10 +00:00

(svn r3442) - Fix: Only windows has stricmp. So define strcasecmp to stricmp when using MSVC

This commit is contained in:
Darkvater
2006-01-26 17:32:49 +00:00
parent 070edf2f73
commit c8a2c7ae94
3 changed files with 2 additions and 8 deletions

View File

@@ -144,6 +144,7 @@
# endif
# endif
# define strcasecmp stricmp
#endif /* defined(_MSC_VER) */