mirror of
https://github.com/bnmgh1/NodeSandbox.git
synced 2025-04-16 16:07:10 +08:00
8 lines
118 B
C
8 lines
118 B
C
#ifndef EXTERNAL_NODE_API_H_
|
|
#define EXTERNAL_NODE_API_H_
|
|
|
|
#define EXTERNAL_NAPI
|
|
#include "../src/node_api.h"
|
|
|
|
#endif
|