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