You've already forked lazarus-ccr
richmemo: fix compilation for LCL without 9x support
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4468 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -238,6 +238,7 @@ implementation
|
||||
|
||||
const
|
||||
GlobalRichClass : AnsiString = '';
|
||||
UnicodeEnabledOS : Boolean = true; // todo: implement it to work with Windows 9x, if necessary
|
||||
|
||||
const
|
||||
TwipsInFontSize = 20; // see MSDN for CHARFORMAT Structure CFM_SIZE
|
||||
|
Reference in New Issue
Block a user