diff options
Diffstat (limited to 'toc.c')
-rw-r--r-- | toc.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ #include <float.h> #include <inttypes.h> +#ifndef COMPILE_TIME_FOREIGN_FN_SUPPORT +#define COMPILE_TIME_FOREIGN_FN_SUPPORT 0 +#endif + #ifdef __cplusplus #define new new_ |