Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 92 of file ftstream.c.
Referenced by FT_Skip_Stream().
{ if ( distance < 0 ) return FT_Err_Invalid_Stream_Operation; return FT_Stream_Seek( stream, (FT_ULong)( stream->pos + distance ) ); }