Skip to content

Commit acf16cd

Browse files
authored
Windows
1 parent b9af322 commit acf16cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/node_embedding_api.h

+5
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@
1515

1616
#include "node.h"
1717

18+
#ifdef _WIN32
19+
int __cdecl node_embedding_start(int argc, char** argv);
20+
#else
1821
int node_embedding_start(int argc, char** argv);
22+
#endif
23+

0 commit comments

Comments
 (0)