No more need to reference node's native bindings
This commit is contained in:
parent
cc443f730c
commit
2915774644
1 changed files with 0 additions and 23 deletions
|
@ -32,29 +32,6 @@ void Init(int*, const char**, int*, const char***);
|
|||
#define REFERENCE_MODULE(name) \
|
||||
extern "C" void _register_ ## name(void); \
|
||||
void (*fp_register_ ## name)(void) = _register_ ## name
|
||||
// Node's builtin modules.
|
||||
REFERENCE_MODULE(cares_wrap);
|
||||
REFERENCE_MODULE(fs_event_wrap);
|
||||
REFERENCE_MODULE(buffer);
|
||||
REFERENCE_MODULE(contextify);
|
||||
REFERENCE_MODULE(crypto);
|
||||
REFERENCE_MODULE(fs);
|
||||
REFERENCE_MODULE(http_parser);
|
||||
REFERENCE_MODULE(os);
|
||||
REFERENCE_MODULE(v8);
|
||||
REFERENCE_MODULE(zlib);
|
||||
REFERENCE_MODULE(pipe_wrap);
|
||||
REFERENCE_MODULE(process_wrap);
|
||||
REFERENCE_MODULE(signal_wrap);
|
||||
REFERENCE_MODULE(smalloc);
|
||||
REFERENCE_MODULE(spawn_sync);
|
||||
REFERENCE_MODULE(tcp_wrap);
|
||||
REFERENCE_MODULE(timer_wrap);
|
||||
REFERENCE_MODULE(tls_wrap);
|
||||
REFERENCE_MODULE(tty_wrap);
|
||||
REFERENCE_MODULE(udp_wrap);
|
||||
REFERENCE_MODULE(uv);
|
||||
REFERENCE_MODULE(js_stream);
|
||||
// Atom Shell's builtin modules.
|
||||
REFERENCE_MODULE(atom_browser_app);
|
||||
REFERENCE_MODULE(atom_browser_auto_updater);
|
||||
|
|
Loading…
Add table
Reference in a new issue