X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_tdef.h;h=30d0cfa4350433978fbc4ee365695ff66d3089e5;hp=88ab4cdeb4c10985d37c5af1609bcffc9799e211;hb=1522130c288695fd2ad573be62b7bfc300eed6a3;hpb=b5ededfe58e26c2b8e012c7aeac95986b07bf81e diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 88ab4cde..30d0cfa4 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, 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,7 +770,7 @@ typedef struct //TODO: USE THIS!!!! sd_t sd; //TODO: extend! and learn from keen/wolf/catacomb's code wwww - memptr spribuff; //temp + memptr spribuff[64]; //temp } ca_t; //==========================================================================