Searched refs:isWinNT (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/untgz/
H A Duntgz.c209 static int isWinNT = -1; local
232 if (isWinNT < 0)
233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
235 (isWinNT ? FILE_FLAG_BACKUP_SEMANTICS : 0),
/haiku-buildtools/binutils/zlib/contrib/untgz/
H A Duntgz.c209 static int isWinNT = -1; local
232 if (isWinNT < 0)
233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
235 (isWinNT ? FILE_FLAG_BACKUP_SEMANTICS : 0),

Completed in 394 milliseconds