mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
freerdp: get rid of old types
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
void freerdp_string_read_length32(STREAM* s, rdpString* string)
|
||||
{
|
||||
stream_read_uint32(s, string->length);
|
||||
stream_read_UINT32(s, string->length);
|
||||
string->unicode = (char*) malloc(string->length);
|
||||
stream_read(s, string->unicode, string->length);
|
||||
freerdp_UnicodeToAsciiAlloc((WCHAR*) string->unicode, &string->ascii, string->length / 2);
|
||||
|
||||
Reference in New Issue
Block a user