Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f69d9cb9 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Steve Kondik
Browse files

Fix build - USE_MINGW seems to be the preferred define

Change-Id: I57dd7f5029ed1fe3a74be7573a28fa894187b3a7
parent d41dc922
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ static bool isSourceNewer(const struct stat* pSrcStat, const struct stat* pDstSt
 */
static bool isHiresMtime(const struct stat* pSrcStat)
{
#ifdef WIN32_EXE
#if defined(WIN32_EXE) || defined(USE_MINGW)
    return 0;
#elif defined(MACOSX_RSRC)
    return pSrcStat->st_mtimespec.tv_nsec > 0;