Fixed compile warnings from stricmp in indtext module on Windows.
This commit is contained in:
@@ -99,13 +99,6 @@ extern "C" {
|
|||||||
unsigned indtext_count(
|
unsigned indtext_count(
|
||||||
INDTEXT_DATA * data_list);
|
INDTEXT_DATA * data_list);
|
||||||
|
|
||||||
|
|
||||||
#if !defined(__BORLANDC__) && !defined(_MSC_VER)
|
|
||||||
int stricmp(
|
|
||||||
const char *s1,
|
|
||||||
const char *s2);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|||||||
Reference in New Issue
Block a user