Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 14 of file rlecomp.c.
{ RLE_EOL = 0, /* End of line */ RLE_END = 1, /* End of bitmap */ RLE_DELTA = 2 /* Delta */ };