Merge pull request #22764 from neikeq/issue-22751

Fix build error for windows mono export templates
This commit is contained in:
Rémi Verschelde 2018-10-05 17:55:55 +02:00 committed by GitHub
commit c73043c66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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