mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 20:49:43 +02:00
* threadproc is passed to OS and must be stdcall;
This commit is contained in:
parent
dfb7fe9d9d
commit
8dbea9390f
@ -95,7 +95,7 @@ end;
|
||||
|
||||
{ TThread }
|
||||
|
||||
function ThreadProc(Thread: TThread): Integer;
|
||||
function ThreadProc(Thread: TThread): Integer; Stdcall;
|
||||
var
|
||||
FreeThread: Boolean;
|
||||
begin
|
||||
@ -219,7 +219,10 @@ begin
|
||||
end;
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2003-10-06 21:01:07 peter
|
||||
Revision 1.2 2004-01-29 16:58:28 marco
|
||||
* threadproc is passed to OS and must be stdcall;
|
||||
|
||||
Revision 1.1 2003/10/06 21:01:07 peter
|
||||
* moved classes unit to rtl
|
||||
|
||||
Revision 1.8 2003/10/06 17:06:55 florian
|
||||
|
Loading…
Reference in New Issue
Block a user