mirror of https://github.com/nodejs/node.git
hdr: always define NODE_WANT_INTERNALS
Otherwise the warning could be printed on some systems. fix #8419pull/23395/head
parent
c8e0bdd7cf
commit
d87ae24dfe
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
#include "node_object_wrap.h"
|
#include "node_object_wrap.h"
|
||||||
|
|
||||||
#if NODE_WANT_INTERNALS
|
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
|
||||||
# include "node_internals.h"
|
# include "node_internals.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue