Fix quirks for building PPC on windows.

svn path=/trunk/; revision=29591
This commit is contained in:
Art Yerkes
2007-10-15 03:56:58 +00:00
parent 001703300c
commit 3d34c28eb4
5 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ int strcasecmp(const char *str1, const char *str2);
# endif
#endif /* !defined(HAVE_STRCASECMP) */
#ifndef HAVE_USLEEP
#if !defined(HAVE_USLEEP) && !defined(__CYGWIN__)
int usleep (unsigned int useconds);
#endif /* !defined(HAVE_USLEEP) */