[fpc-devel] win32 patch for threads

Micha Nelissen micha at neli.hopto.org
Sat Nov 5 09:58:04 CET 2005


On Sat, 05 Nov 2005 00:24:22 +0100
Ales Katona <ales at chello.sk> wrote:

> This patch fixes a bug in win32 threads. Warning: created in win32 :) 
> (no idea about lineendings)

There is no bug here, the function passed to the OS is in
rtl/win32/systhrd.inc (ThreadMain) for win32, which has stdcall convention
already. The procvar type you've modified is a regular fpc/pascal function.

Micha



More information about the fpc-devel mailing list