aboutsummaryrefslogtreecommitdiff
path: root/system/include/jansson.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/jansson.h')
-rw-r--r--system/include/jansson.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/jansson.h b/system/include/jansson.h
index 04c345e9..53715fcc 100644
--- a/system/include/jansson.h
+++ b/system/include/jansson.h
@@ -82,7 +82,7 @@ typedef long long json_int_t;
typedef long json_int_t;
#endif /* JSON_INTEGER_IS_LONG_LONG */
-#ifdef EMSCRIPTEN
+#ifdef __EMSCRIPTEN__
extern "C" bool json_typeof(const void *object);
extern "C" bool json_is_object(const void *object);
extern "C" bool json_is_array(const void *object);