mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* Forgot to commit, constant for TThread.ExecuteInthread
git-svn-id: trunk@33101 -
This commit is contained in:
parent
789b80f702
commit
2a33ee63bb
@ -301,6 +301,7 @@ ResourceString
|
||||
SInvalidHighSurrogate = 'Invalid high surrogate at index %d. High surrogate must be followed by a low surrogate pair';
|
||||
SInvalidUnicodeCodePointSequence = 'Invalid unicode code point sequence';
|
||||
SClassCantBeConstructed = 'Class %s can not be constructed';
|
||||
SErrStatusCallBackRequired = 'Thread status report handler cannot be empty.';
|
||||
|
||||
{ ---------------------------------------------------------------------
|
||||
Keysim Names
|
||||
|
Loading…
Reference in New Issue
Block a user