HomeSort by relevance Sort by last modified time
    Searched refs:isWinNT (Results 1 - 2 of 2) sorted by null

  /external/zlib/src/contrib/untgz/
untgz.c 209 static int isWinNT = -1;
232 if (isWinNT < 0)
233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
235 (isWinNT ? FILE_FLAG_BACKUP_SEMANTICS : 0),
  /toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
untgz.c 209 static int isWinNT = -1;
232 if (isWinNT < 0)
233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
235 (isWinNT ? FILE_FLAG_BACKUP_SEMANTICS : 0),

Completed in 175 milliseconds