On 10/30/07, skaller <[EMAIL PROTECTED]> wrote:
> Any advice on the best solution here?

There is another function called GetCurrentThreadId that could be used
since it returns a DWORD:

http://msdn2.microsoft.com/en-us/library/ms683183.aspx

I didn't use it because GetCurrentThread matched the handle-like
returning semantics of the posix code. Anyway, we could also provide a
get_current_thread_id that for posix would just return pthread_self()
but for windows use the other function.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to