mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 21:27:23 +01:00
+ Added HasResourceStrings define
This commit is contained in:
parent
f2243fa982
commit
f8643a3070
@ -985,6 +985,7 @@ begin
|
||||
|
||||
{ Temporary defines, until things settle down }
|
||||
def_symbol('INT64');
|
||||
def_symbol('HASRESOURCESTRINGS');
|
||||
|
||||
{ some stuff for TP compatibility }
|
||||
{$ifdef i386}
|
||||
@ -1141,7 +1142,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.5 1999-07-18 10:19:57 florian
|
||||
Revision 1.6 1999-07-23 22:56:27 michael
|
||||
+ Added HasResourceStrings define
|
||||
|
||||
Revision 1.5 1999/07/18 10:19:57 florian
|
||||
* made it compilable with Dlephi 4 again
|
||||
+ fixed problem with large stack allocations on win32
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user