Stop "./gyp_uv --check" from complaining.

This commit is contained in:
Erick Tryzelaar 2011-09-07 06:32:30 -07:00 committed by Ryan Dahl
parent f4e2d5559f
commit fe6157bdd4

2
uv.gyp
View File

@ -88,7 +88,6 @@
'include_dirs': [
'src/ares/config_win32'
],
'sources': [ 'src/ares/windows_port.c' ],
'defines': [
'_WIN32_WINNT=0x0502',
'EIO_STACKSIZE=262144',
@ -98,6 +97,7 @@
'include/uv-private/tree.h',
'include/uv-private/uv-win.h',
'src/ares/config_win32/ares_config.h',
'src/ares/windows_port.c',
'src/win/async.c',
'src/win/cares.c',
'src/win/core.c',