X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_tdef.h;h=f4b9d094553fde03019ab16c451c78c848285be5;hp=c2ab97c1c905094065cfae2a13a2c5b54c93fe19;hb=8db9019df22bf792ea02096dec8c3d862fa00155;hpb=e804005356fb0c75771ddeb46e8780c64e673712 diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index c2ab97c1..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; @@ -771,6 +770,7 @@ typedef struct //TODO: USE THIS!!!! sd_t sd; //TODO: extend! and learn from keen/wolf/catacomb's code wwww + memptr spribuff; //temp } ca_t; //==========================================================================