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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/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),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/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),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/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),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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 101 milliseconds