libfreerdp-utils/stream: add stream_seek_uintt64.
This commit is contained in:
parent
f598bca687
commit
0ac3d908f5
@ -133,6 +133,7 @@ void stream_extend(STREAM* stream);
|
||||
#define stream_seek_uint8(_s) stream_seek(_s, 1)
|
||||
#define stream_seek_uint16(_s) stream_seek(_s, 2)
|
||||
#define stream_seek_uint32(_s) stream_seek(_s, 4)
|
||||
#define stream_seek_uint64(_s) stream_seek(_s, 8)
|
||||
|
||||
#define stream_read_uint16_be(_s, _v) do { _v = \
|
||||
(((uint16)(*_s->p)) << 8) + \
|
||||
|
Loading…
Reference in New Issue
Block a user