Merge pull request #6637 from akallabeth/api_compat

Moved clipboard hasHugeFileSupport to end of struct
This commit is contained in:
Bernhard Miklautz 2020-12-04 14:48:23 +01:00 committed by GitHub
commit 42083c5979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,6 @@ struct _cliprdr_server_context
BOOL streamFileClipEnabled;
BOOL fileClipNoFilePaths;
BOOL canLockClipData;
BOOL hasHugeFileSupport;
psCliprdrOpen Open;
psCliprdrClose Close;
@ -127,6 +126,7 @@ struct _cliprdr_server_context
rdpContext* rdpcontext;
BOOL autoInitializationSequence;
UINT32 lastRequestedFormatId;
BOOL hasHugeFileSupport;
};
#ifdef __cplusplus