Fix the threaded RTS on Windows
authorIan Lynagh <igloo@earth.li>
Thu, 16 Aug 2007 15:45:16 +0000 (15:45 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 16 Aug 2007 15:45:16 +0000 (15:45 +0000)
commit0ee85183fac8129a3c1b890849f32f30fd3940ec
treec86e5eb41f10229607353a742abdac55783696e5
parent0065868100d8e62bc2cc07fcac6c00da0810ffee
Fix the threaded RTS on Windows
When calling EnterCriticalSection and LeaveCriticalSection from C--
code, we go via wrappers which use ccall (rather than stdcall).
includes/OSThreads.h
rts/win32/OSThreads.c