Fixed missing variable type
authorArmin Novak <armin.novak@thincast.com>
Tue, 19 Jun 2018 14:57:45 +0000 (16:57 +0200)
committerArmin Novak <armin.novak@thincast.com>
Tue, 19 Jun 2018 14:57:45 +0000 (16:57 +0200)
include/freerdp/freerdp.h

index 9b698e0..8072633 100644 (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.