Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.h 461B

1234567891011
  1. #include "il2cpp-config-mono.h"
  2. /*
  3. Must be defined in config.h because this option is broken and only works
  4. In files that include config.h... including it in additional files
  5. (such as ones that include glib.h and thus eglib-config.h) can cause
  6. compiler failures because the attribute is properly set and the function is
  7. called internally when it shouldn't be.
  8. */
  9. #if defined(USE_MONO_INSIDE_RUNTIME)
  10. #define MONO_INSIDE_RUNTIME 1
  11. #endif