synedit: Changing the clipboard internal Format storage from UINT to TClipboardFormat (PtrUInt)

git-svn-id: trunk@57096 -
This commit is contained in:
dmitry 2018-01-15 01:27:01 +00:00
parent 32fa0a2d6e
commit 24f8eff6e3

View File

@ -1656,7 +1656,7 @@ end;
class function TSynClipboardStream.ClipboardFormatId: TClipboardFormat;
const
SYNEDIT_CLIPBOARD_FORMAT_TAGGED = 'Application/X-Laz-SynEdit-Tagged';
Format: UINT = 0;
Format: TClipboardFormat = 0;
begin
if Format = 0 then
Format := ClipboardRegisterFormat(SYNEDIT_CLIPBOARD_FORMAT_TAGGED);