mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +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)
|
int __cdecl strcasecmp (const char * __sz1, const char * __sz2)
|
||||||
{return _stricmp (__sz1, __sz2);}
|
{return _stricmp (__sz1, __sz2);}
|
||||||
#else
|
#else
|
||||||
#if !(defined(__FreeBSD__) && defined(__APPLE__))
|
#if !defined(__FreeBSD__) && !defined(__APPLE__)
|
||||||
#include <sys/io.h>
|
#include <sys/io.h>
|
||||||
#endif
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue