Skip to content
Snippets Groups Projects
Commit 791e06b8 authored by rswindell's avatar rswindell
Browse files

Defined EX_NATIVE to be the same value as XTRN_NATIVE for convenience and

to avoid potential confusion.
parent 6d96890d
No related branches found
No related tags found
No related merge requests found
......@@ -702,9 +702,9 @@ enum { /* readmail and delmailidx which types */
#define EX_SWAP (1<<5) /* Swap out for this external */
#define EX_POPEN (1<<7) /* Leave COM port open */
#define EX_OFFLINE (1<<8) /* Run this program offline */
#define EX_NATIVE (1<<9) /* Native 32-bit application */
#define EX_BG (1<<10) /* Back-ground/detached process */
#define EX_BIN (1<<11) /* Binary mode (no Unix LF to CRLF) */
#define EX_NATIVE (1<<14) /* Native 32-bit application (XTRN_NATIVE) */
#define OS2_POPEN (1<<0) /* Leave COM port open */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment