Skip to content

Commit 8ace421

Browse files
committed
Complete removal of node_child_process_win32.cc
1 parent 3ce6712 commit 8ace421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_extensions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ NODE_EXT_LIST_START
2424
NODE_EXT_LIST_ITEM(node_buffer)
2525
#ifdef __POSIX__
2626
NODE_EXT_LIST_ITEM(node_cares)
27-
#endif
2827
NODE_EXT_LIST_ITEM(node_child_process)
28+
#endif
2929
#ifdef HAVE_OPENSSL
3030
NODE_EXT_LIST_ITEM(node_crypto)
3131
#endif

0 commit comments

Comments
 (0)