Cleaned up some warnings found when compiling with Visual Studio Express 2010.
This commit is contained in:
@@ -57,6 +57,9 @@ int stricmp(
|
||||
return (int) c1 - c2;
|
||||
}
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
#define stricmp _stricmp
|
||||
#endif
|
||||
|
||||
bool indtext_by_string(
|
||||
INDTEXT_DATA * data_list,
|
||||
|
||||
Reference in New Issue
Block a user