Skip to content
  • Ian Lynagh's avatar
    Fix the threaded RTS on Windows · 0ee85183
    Ian Lynagh authored
    When calling EnterCriticalSection and LeaveCriticalSection from C--
    code, we go via wrappers which use ccall (rather than stdcall).
    0ee85183