Detect-It-Easy/db/MSDOS/LE.0.sg
2014-06-01 23:42:39 +02:00

13 lines
213 B
Text

// DIE's signature file
init("type","LE");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.isLE())
{
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}