aboutsummaryrefslogtreecommitdiffstats
path: root/vmm.h
diff options
context:
space:
mode:
authorJaroslav Hensl <jara@hensl.cz>2024-04-24 22:35:44 +0200
committerJaroslav Hensl <jara@hensl.cz>2024-04-24 22:35:44 +0200
commit484d69bd1cc2104525707f870ae5ca1b2a97bdf3 (patch)
treede258f5d11403b8586ddf428dcfbf258a3edcf34 /vmm.h
parent15354cd08b184ebc79c55a0858e7772648c69608 (diff)
downloadvmdisp9x-484d69bd1cc2104525707f870ae5ca1b2a97bdf3.tar.gz
System version 0x400, use REGISTER_DISPLAY_DRIVER, alloc. segment desc. in VXD, font fix (need DDK98)
Diffstat (limited to 'vmm.h')
-rw-r--r--vmm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmm.h b/vmm.h
index 9a7b812..87d7e67 100644
--- a/vmm.h
+++ b/vmm.h
@@ -67,8 +67,8 @@ typedef struct tagVxD_Desc_Block
} DDB ;
#pragma pack(pop)
-#define DDK_VERSION 0x30A
-//#define DDK_VERSION 0x400
+//#define DDK_VERSION 0x30A
+#define DDK_VERSION 0x400
//#define DDK_VERSION 0x40A
// version 3.10 is required or Windows 95 can't load VXD