aboutsummaryrefslogtreecommitdiff
path: root/int21dos.h
diff options
context:
space:
mode:
Diffstat (limited to 'int21dos.h')
-rw-r--r--int21dos.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/int21dos.h b/int21dos.h
index a76c2c5..329ef8b 100644
--- a/int21dos.h
+++ b/int21dos.h
@@ -354,11 +354,11 @@ enum DOS_REDIR_SUBFUNCTION {
};
enum OPENEX_ACTIONS {
- OPENEX_FAIL_IF_EXISTS = 0x0000,
- OPENEX_OPEN_IF_EXISTS = 0x0001,
- OPENEX_REPLACE_IF_EXISTS = 0x0002,
- OPENEX_FAIL_IF_NEW = 0x0000,
- OPENEX_CREATE_IF_NEW = 0x0100,
+ OPENEX_FAIL_IF_EXISTS = 0x00,
+ OPENEX_OPEN_IF_EXISTS = 0x01,
+ OPENEX_REPLACE_IF_EXISTS = 0x02,
+ OPENEX_FAIL_IF_NEW = 0x00,
+ OPENEX_CREATE_IF_NEW = 0x10,
};
enum OPENEX_MODE {