windows: when using msvc, don't handle interrupts
authorDaniel Kochmański <daniel@turtleware.eu>
Fri, 21 Aug 2015 17:43:27 +0000 (19:43 +0200)
committerDaniel Kochmański <daniel@turtleware.eu>
Fri, 21 Aug 2015 17:43:27 +0000 (19:43 +0200)
commit2f869e6eb6f67ad7ddccb7b05aac4bf53e6ec63b
tree22aa21a4c953e528ca7db9ec7758bf68813e5514
parentf14083e14e27794a3c3fe8cb6c2c3f90690510b0
windows: when using msvc, don't handle interrupts

Installed spawning process was broken and unimportant. ECL ignores C-c
interrupt and passes forward all the others when build with
msvc. Fixes #8.

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
src/c/threads/process.d
src/c/unixint.d
src/h/external.h