summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-08-04 23:27:36 +0000
committerDarkvater <Darkvater@openttd.org>2006-08-04 23:27:36 +0000
commit2693673bf3d753bbed194f2881c732a133b56614 (patch)
tree1c85678bd0d7c25159094420fe8547024b578ee2 /stdafx.h
parent9b9efcc16e2f988b7a2d6f1d97b0ebc8b09be670 (diff)
downloadopenttd-2693673bf3d753bbed194f2881c732a133b56614.tar.xz
(svn r5760) - Codechange: Use a define for case-string comparison in OS/2 instead of function.
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index 5d32e97d4..9743818a0 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -22,6 +22,7 @@
#if defined(__OS2__)
# include <types.h>
+# define strcasecmp stricmp
#endif
#ifdef __BEOS__