| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 834bbfd commit 0fb9843
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,10 @@ | |||
| 5 | 5 | "sources": [ | |
| 6 | 6 | "test_string.c", | |
| 7 | 7 | "test_null.c", | |
| 8 | - ] | ||
| 9 | - } | ||
| 10 | - ] | ||
| 8 | + ], | ||
| 9 | + "defines": [ | ||
| 10 | + "NAPI_EXPERIMENTAL", | ||
| 11 | + ], | ||
| 12 | + }, | ||
| 13 | + ], | ||
| 11 | 14 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,7 @@ | |||
| 1 | + #include <js_native_api.h> | ||
| 1 | 2 | #include <limits.h> // INT_MAX | |
| 2 | 3 | #include <stdlib.h> | |
| 3 | 4 | #include <string.h> | |
| 4 | - #define NAPI_EXPERIMENTAL | ||
| 5 | - #include <js_native_api.h> | ||
| 6 | 5 | #include "../common.h" | |
| 7 | 6 | #include "../entry_point.h" | |
| 8 | 7 | #include "test_null.h" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments