am 4aa7a190: Merge "Fix "make acp" under Cygwin. DO NOT MERGE."

* commit '4aa7a190bb81b7e3ad12d53b83908c3c72745f6e':
  Fix "make acp" under Cygwin. DO NOT MERGE.
This commit is contained in:
Raphael Moll 2010-10-29 19:03:49 -07:00 committed by Android Git Automerger
commit 3a632f7d37
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ static bool isSourceNewer(const struct stat* pSrcStat, const struct stat* pDstSt
*/
static bool isHiresMtime(const struct stat* pSrcStat)
{
#if defined(WIN32_EXE) || defined(USE_MINGW)
#if defined(WIN32) || defined(USE_MINGW)
return 0;
#elif defined(MACOSX_RSRC)
return pSrcStat->st_mtimespec.tv_nsec > 0;