mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:19:27 +02:00
+ Changed external var for resourcestrings
This commit is contained in:
parent
85ff3e15db
commit
9a440f2721
@ -239,7 +239,7 @@ Type
|
||||
end;
|
||||
|
||||
Var
|
||||
ResourceStringTable : TResourceStringTable; External Name 'RESOURCESTRINGLIST';
|
||||
ResourceStringTable : TResourceStringTable; External Name 'FPC_RESOURCESTRINGTABLES';
|
||||
|
||||
function CalcStringHashValue(Const N : ShortString) : longint;
|
||||
|
||||
@ -328,7 +328,7 @@ end;
|
||||
|
||||
Initialization
|
||||
{$IFDEF HasResourceStrings}
|
||||
ResetResourceTables;
|
||||
// ResetResourceTables;
|
||||
{$endif}
|
||||
InitMemoryManager;
|
||||
finalization
|
||||
@ -337,7 +337,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.34 1999-08-20 10:50:55 michael
|
||||
Revision 1.35 1999-08-24 12:02:29 michael
|
||||
+ Changed external var for resourcestrings
|
||||
|
||||
Revision 1.34 1999/08/20 10:50:55 michael
|
||||
+ Fixed memory leak
|
||||
|
||||
Revision 1.33 1999/08/19 19:52:26 michael
|
||||
|
Loading…
Reference in New Issue
Block a user