mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Issue #1738: revert recent VirtualTrees update, back on master branch from 2022-06-18. Could not get query threads to work in 64 bit mode.
This commit is contained in:
@ -32,7 +32,8 @@ uses
|
||||
Winapi.Windows,
|
||||
Winapi.ActiveX,
|
||||
System.Classes,
|
||||
VirtualTrees;
|
||||
VirtualTrees,
|
||||
VirtualTrees.Types;
|
||||
|
||||
type
|
||||
TClipboardFormatEntry = record
|
||||
@ -98,6 +99,16 @@ type
|
||||
class function FindFormat(Fmt: Word; var Description: string): TVirtualTreeClass; overload;
|
||||
end;
|
||||
|
||||
var
|
||||
// Clipboard format IDs used in OLE drag'n drop and clipboard transfers.
|
||||
CF_VIRTUALTREE,
|
||||
CF_VTREFERENCE,
|
||||
CF_VRTF,
|
||||
CF_VRTFNOOBJS, // Unfortunately CF_RTF* is already defined as being
|
||||
// registration strings so I have to use different identifiers.
|
||||
CF_HTML,
|
||||
CF_CSV: Word;
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
|
Reference in New Issue
Block a user