svf-lib 1.0.1370 → 1.0.1371
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
#include <string>
|
|
37
37
|
#include <map>
|
|
38
38
|
|
|
39
|
-
#define EXTAPI_JSON_PATH "/include/Util/ExtAPI.json"
|
|
39
|
+
#define EXTAPI_JSON_PATH "svf/include/Util/ExtAPI.json"
|
|
40
40
|
#define JSON_OPT_OVERWRITE "overwrite_app_function"
|
|
41
41
|
#define JSON_OPT_FUNCTIONTYPE "type"
|
|
42
42
|
|
|
@@ -336,4 +336,4 @@ public:
|
|
|
336
336
|
};
|
|
337
337
|
} // End namespace SVF
|
|
338
338
|
|
|
339
|
-
#endif
|
|
339
|
+
#endif
|