]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_mm.h
hmmm
[16.git] / src / lib / 16_mm.h
index 44ea845dfe55a48a603724ebad40ee8e76c82803..8f064ce09d6e5363691704c288c8c8705026b2ce 100644 (file)
@@ -114,11 +114,11 @@ extern void               (* XMSaddr) (void);             // far pointer to XMS driver
 
 typedef struct mmblockstruct
 {
-       word    start,length;
+       word    start,length,segm;
        //dword start,length;
        //word  start;
        //dword length;
-       word segm;                              //how many 64kb segment blocks it takes up if there is many data!
+       ///word segm;                           //how many 64kb segment blocks it takes up if there is many data!
        unsigned        attributes;
        memptr          *useptr;        // pointer to the segment start
        struct mmblockstruct huge *next;