| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 36c082b commit 7d2bc52
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -76,7 +76,7 @@ | |||
| 76 | 76 | #include "v8-platform.h" // NOLINT(build/include_order) | |
| 77 | 77 | #include "node_version.h" // NODE_MODULE_VERSION | |
| 78 | 78 | ||
| 79 | - #include "node_api.h" | ||
| 79 | + #include "node_api_types.h" // napi_addon_register_func | ||
| 80 | 80 | ||
| 81 | 81 | #include <functional> | |
| 82 | 82 | #include <memory> | |
@@ -124,6 +124,7 @@ | |||
| 124 | 124 | ||
| 125 | 125 | // Forward-declare libuv loop | |
| 126 | 126 | struct uv_loop_s; | |
| 127 | + struct napi_module; | ||
| 127 | 128 | ||
| 128 | 129 | // Forward-declare these functions now to stop MSVS from becoming | |
| 129 | 130 | // terminally confused when it's done in node_internals.h | |
| Back | FazBrowse Home | New Git URL |
0 commit comments