You've already forked lazarus-ccr
added support for higher richedit controls
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@854 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -58,7 +58,9 @@ end;
|
||||
function InitRichEdit: Boolean;
|
||||
begin
|
||||
if GlobalRichClass = '' then begin
|
||||
if LoadLibrary('RICHED20.DLL') <> 0 then begin
|
||||
if LoadLibrary('Msftedit.dll') <> 0 then begin
|
||||
GlobalRichClass := 'RichEdit50W'
|
||||
end else if LoadLibrary('RICHED20.DLL') <> 0 then begin
|
||||
if UnicodeEnabledOS then GlobalRichClass := 'RichEdit20W'
|
||||
else GlobalRichClass := 'RichEdit20A'
|
||||
end else if LoadLibrary('RICHED32.DLL') <> 0 then
|
||||
|
Reference in New Issue
Block a user