Fixed missing variable type

This commit is contained in:
Armin Novak 2018-06-19 16:57:45 +02:00
parent b9b30f92cd
commit 9a47ce3f76
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ struct rdp_freerdp
Must be set to NULL if not needed. */
UINT64 paddingC[47 - 35]; /* 35 */
ALIGN64 ConnectionCallbackState; /* 48 */
ALIGN64 UINT ConnectionCallbackState; /* 47 */
ALIGN64 pPreConnect PreConnect; /**< (offset 48)
Callback for pre-connect operations.