mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
Added .sym and .ntkc file types as assumed binary.
This commit is contained in:
parent
f02b930700
commit
cbe642bfc8
@ -269,7 +269,7 @@ namespace OS
|
|||||||
// MrC / MrCpp temp file.
|
// MrC / MrCpp temp file.
|
||||||
if (ext == "n")
|
if (ext == "n")
|
||||||
return true;
|
return true;
|
||||||
// Newton C++ Tootls output
|
// Newton C++ Tools output
|
||||||
if (ext == "ntkc")
|
if (ext == "ntkc")
|
||||||
return true;
|
return true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user