暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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