mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix quirks for building PPC on windows.
svn path=/trunk/; revision=29591
This commit is contained in:
@@ -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) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user