mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 14:09:12 +02:00
* remove cdecl
This commit is contained in:
parent
6bdcb0cdba
commit
5acf1eff47
@ -127,7 +127,7 @@ end;
|
|||||||
{$define WRITE_DEBUG := //} // just comment out those lines
|
{$define WRITE_DEBUG := //} // just comment out those lines
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
function ThreadFunc(parameter: Pointer): LongInt; cdecl;
|
function ThreadFunc(parameter: Pointer): LongInt;
|
||||||
var
|
var
|
||||||
LThread: TThread;
|
LThread: TThread;
|
||||||
c: char;
|
c: char;
|
||||||
@ -325,7 +325,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2003-11-22 11:04:08 marco
|
Revision 1.7 2004-03-03 22:00:37 peter
|
||||||
|
* remove cdecl
|
||||||
|
|
||||||
|
Revision 1.6 2003/11/22 11:04:08 marco
|
||||||
* Johill: suspend fix
|
* Johill: suspend fix
|
||||||
|
|
||||||
Revision 1.5 2003/11/19 15:51:54 peter
|
Revision 1.5 2003/11/19 15:51:54 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user