Ross Johnson wrote:
>
> The mechanism used to asynchronously cancel a thread in pthreads-win32
> is by directly overwriting the CPU's PC register to force it to run a
^^^^^
Sorry, that should read "overwriting the thread's CONTEXT PC value".
Ross