|
@@ -26,7 +26,7 @@ const
|
|
type
|
|
type
|
|
PEventState = pointer;
|
|
PEventState = pointer;
|
|
PRTLEvent = pointer; // Windows=thandle, other=pointer to record.
|
|
PRTLEvent = pointer; // Windows=thandle, other=pointer to record.
|
|
- TThreadFunc = function(parameter : pointer) : ptrint; stdcall;
|
|
|
|
|
|
+ TThreadFunc = function(parameter : pointer) : ptrint;
|
|
trtlmethod = procedure of object;
|
|
trtlmethod = procedure of object;
|
|
|
|
|
|
// Function prototypes for TThreadManager Record.
|
|
// Function prototypes for TThreadManager Record.
|