From 9a47ce3f767be8ca14a1dd8bf6a3c2bb74be5a17 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Tue, 19 Jun 2018 16:57:45 +0200 Subject: [PATCH] Fixed missing variable type --- include/freerdp/freerdp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freerdp/freerdp.h b/include/freerdp/freerdp.h index 9b698e0..8072633 100644 --- a/include/freerdp/freerdp.h +++ b/include/freerdp/freerdp.h @@ -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. -- 2.7.4