mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 02:56:09 +00:00
- A better freebsd/macosx fix.
svn path=/trunk/; revision=32645
This commit is contained in:
parent
3a17306654
commit
c74b0b6ad8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
int __cdecl strcasecmp (const char * __sz1, const char * __sz2)
|
||||
{return _stricmp (__sz1, __sz2);}
|
||||
#else
|
||||
#if !(defined(__FreeBSD__) && defined(__APPLE__))
|
||||
#if !defined(__FreeBSD__) && !defined(__APPLE__)
|
||||
#include <sys/io.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in a new issue