mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 06:09:22 +02:00
* resources are working correct
This commit is contained in:
parent
429cc55711
commit
c71963e885
@ -1012,7 +1012,7 @@ begin
|
|||||||
{$endif}
|
{$endif}
|
||||||
{ Temporary defines, until things settle down }
|
{ Temporary defines, until things settle down }
|
||||||
def_symbol('INT64');
|
def_symbol('INT64');
|
||||||
{ not yet !!!!!!! def_symbol('HASRESOURCESTRINGS'); }
|
def_symbol('HASRESOURCESTRINGS');
|
||||||
def_symbol('HASSAVEREGISTERS');
|
def_symbol('HASSAVEREGISTERS');
|
||||||
def_symbol('NEWVMTOFFSET');
|
def_symbol('NEWVMTOFFSET');
|
||||||
|
|
||||||
@ -1184,7 +1184,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.17 1999-08-28 15:34:19 florian
|
Revision 1.18 1999-08-28 17:46:10 peter
|
||||||
|
* resources are working correct
|
||||||
|
|
||||||
|
Revision 1.17 1999/08/28 15:34:19 florian
|
||||||
* bug 519 fixed
|
* bug 519 fixed
|
||||||
|
|
||||||
Revision 1.16 1999/08/27 10:45:03 pierre
|
Revision 1.16 1999/08/27 10:45:03 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user