2
0
Fork 0

Merge pull request #22764 from neikeq/issue-22751

Fix build error for windows mono export templates
3.1
Rémi Verschelde 2018-10-05 17:55:55 +07:00 committed by GitHub
commit c73043c66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -185,7 +185,7 @@ public:
_FORCE_INLINE_ GDMonoAssembly *get_editor_tools_assembly() const { return editor_tools_assembly; }
#endif
#ifdef WINDOWS_ENABLED
#if defined(WINDOWS_ENABLED) && defined(TOOLS_ENABLED)
const MonoRegInfo &get_mono_reg_info() { return mono_reg_info; }
#endif