windows: un-break the build

This commit is contained in:
Bert Belder 2012-08-13 22:31:33 +02:00
parent 758a76922b
commit 762c85c3ef
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,11 @@ TEST_IMPL(we_get_signal) {
return 0;
}
TEST_IMPL(we_get_signals) {
return 0;
}
#else /* !_WIN32 */
#include <stdio.h>

1
uv.gyp
View File

@ -278,6 +278,7 @@
'test/test-tcp-unexpected-read.c',
'test/test-threadpool.c',
'test/test-mutexes.c',
'test/test-signal.c',
'test/test-thread.c',
'test/test-timer-again.c',
'test/test-timer.c',