* threading switch

This commit is contained in:
peter 2002-10-14 19:45:54 +00:00
parent 08c058037f
commit 94b4f206e0
2 changed files with 18 additions and 2 deletions

View File

@ -16,6 +16,11 @@
{$mode objfpc}
{ Require threading }
{$ifndef ver1_0}
{$threading on}
{$endif ver1_0}
{ determine the type of the resource/form file }
{$define Win16Res}
@ -55,7 +60,10 @@ finalization
end.
{
$Log$
Revision 1.5 2002-09-07 15:15:27 peter
Revision 1.6 2002-10-14 19:45:54 peter
* threading switch
Revision 1.5 2002/09/07 15:15:27 peter
* old logs removed and tabs fixed
}

View File

@ -16,6 +16,11 @@
{$mode objfpc}
{ Require threading }
{$ifndef ver1_0}
{$threading on}
{$endif ver1_0}
{ determine the type of the resource/form file }
{$define Win16Res}
@ -46,7 +51,10 @@ finalization
end.
{
$Log$
Revision 1.3 2002-09-07 15:15:29 peter
Revision 1.4 2002-10-14 19:46:13 peter
* threading switch
Revision 1.3 2002/09/07 15:15:29 peter
* old logs removed and tabs fixed
}