Changeset - r4316:44ed7c47fb16
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2006-08-20 11:18:46
truelight@openttd.org
(svn r5969) -Fix r5968: windows doesn't know strncasecmp, but called it strnicmp (michi_cc)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
stdafx.h
Show inline comments
 
@@ -155,6 +155,7 @@
 
# endif
 

	
 
# define strcasecmp stricmp
 
# define strncasecmp strnicmp
 
// suppress: warning C4005: 'offsetof' : macro redefinition (VC8)
 
# include <stddef.h>
 
#endif /* defined(_MSC_VER) */
0 comments (0 inline, 0 general)