strcasecmp might already defined in libgd header
This commit is contained in:
parent
3e30542fe1
commit
fb21462e8d
@ -8,9 +8,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
#ifndef strcasecmp
|
||||
#define strcasecmp(a, b) _stricmp(a, b)
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // _PORTING_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user