mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-27 17:27:28 +01:00
synedit: Changing the clipboard internal Format storage from UINT to TClipboardFormat (PtrUInt)
git-svn-id: trunk@57096 -
This commit is contained in:
parent
32fa0a2d6e
commit
24f8eff6e3
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user