mirror of https://github.com/FreeRDP/FreeRDP
Fixed missing variable type
This commit is contained in:
parent
b9b30f92cd
commit
9a47ce3f76
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue