aboutsummaryrefslogtreecommitdiff
path: root/int21dos.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-15 09:32:31 +0200
committerJavier <dev.git@javispedro.com>2022-04-15 09:32:31 +0200
commit528069dc5992bd069a3c1783db50d630c3d355b4 (patch)
treef7557ae7158d5c3bb781961fa695718407975781 /int21dos.h
parenta84f04eb1be124e7fdefb486bf01626ff96d2d04 (diff)
downloadvbados-528069dc5992bd069a3c1783db50d630c3d355b4.tar.gz
vbados-528069dc5992bd069a3c1783db50d630c3d355b4.zip
use different buffer sizes for vbx mouse & sf
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 {