X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_tdef.h;h=f4b9d094553fde03019ab16c451c78c848285be5;hp=88ab4cdeb4c10985d37c5af1609bcffc9799e211;hb=8db9019df22bf792ea02096dec8c3d862fa00155;hpb=3e2bfb73f724a62471cb1739d27ae6cd6aa10d6d diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 88ab4cde..f4b9d094 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -501,9 +501,8 @@ typedef struct typedef struct mmblockstruct { - //word start,length; + //word start,length, word blob; //for data larger than 64k word start; dword length; - //word blob; //for data larger than 64k unsigned attributes; memptr *useptr; // pointer to the segment start struct mmblockstruct far *next;