freerdp: get rid of old types

This commit is contained in:
Marc-André Moreau
2012-10-09 03:26:39 -04:00
parent 1bf8a45519
commit 9d064171a7
265 changed files with 3634 additions and 3668 deletions

View File

@@ -28,7 +28,7 @@ struct rdp_string
{
char* ascii;
char* unicode;
uint32 length;
UINT32 length;
};
typedef struct rdp_string rdpString;