mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
outform: make OF_DOS include OF_COFF
DJGPP uses COFF as the file format. Since DJGPP is widely used in the (remaining) DOS world, include OF_COFF in OF_DOS.
This commit is contained in:
parent
134b94665d
commit
27713625c1
1 changed files with 3 additions and 0 deletions
|
|
@ -117,6 +117,9 @@
|
|||
#ifndef OF_BIN
|
||||
#define OF_BIN
|
||||
#endif
|
||||
#ifndef OF_COFF
|
||||
#define OF_COFF /* COFF is used by DJGPP */
|
||||
#endif
|
||||
#ifndef OF_WIN32
|
||||
#define OF_WIN32
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue