mirror of
https://github.com/byteworksinc/DumpObj.git
synced 2024-11-25 19:32:22 +00:00
Merge pull request #3 from ksherlock/patch_1
Support for type-less OMF V1 library files
This commit is contained in:
commit
988ff7929e
@ -454,6 +454,10 @@ if (version == 2) /* set the kind field */
|
|||||||
kind = kind2;
|
kind = kind2;
|
||||||
else
|
else
|
||||||
kind = kind1;
|
kind = kind1;
|
||||||
|
|
||||||
|
if (ftype == 0 && version == 1 && (kind & 0x001F) == 0x08)
|
||||||
|
ftype = LIBFL;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user