diff options
Diffstat (limited to 'rts/win32/OSThreads.c')
-rw-r--r-- | rts/win32/OSThreads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/OSThreads.c b/rts/win32/OSThreads.c index d246628be1..9f434d696f 100644 --- a/rts/win32/OSThreads.c +++ b/rts/win32/OSThreads.c @@ -292,7 +292,7 @@ interruptOSThread (OSThreadId id) stg_exit(EXIT_FAILURE); } pCSIO = (PCSIO) GetProcAddress(GetModuleHandle(TEXT("Kernel32.dll")), - "CancelSynchronousIo"); + "CancelSynchronousIo"); if ( NULL != pCSIO ) { pCSIO(hdl); } else { |