Re: [fpc-devel] System.ProcessID on win32

2004-11-19 Thread Tomas Hajny
On Fri, 19 Nov 2004 12:38:49 +0100, Vincent Snijders wrote Hi > System.ProcessID return the current process handle instead of the > process ID. Similar issue for System.ThreadID. Attached patch fixes this. Thanks for the patch. Please, note that variables ProcessID and ThredID will be removed

[fpc-devel] System.ProcessID on win32

2004-11-19 Thread Vincent Snijders
Hi, System.ProcessID return the current process handle instead of the process ID. Similar issue for System.ThreadID. Attached patch fixes this. Regards, Vincent Snijders. Index: fpc-1.9/rtl/win32/system.pp === RCS file: /FPC/CVS/fpc/