mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
win32: fix warnings
This commit is contained in:
parent
acde7b062a
commit
b2f2a3a429
2 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
/* Redefine some function names when using the MSVC ABI on Windows.
|
||||
*/
|
||||
#ifdef _MSC_VER
|
||||
# include <io.h>
|
||||
# define strncasecmp _strnicmp
|
||||
# define strcasecmp _stricmp
|
||||
# define write(fd, buffer, count) _write(fd, buffer, count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue