summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/support/ios_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/mono_gd/support/ios_support.h')
-rw-r--r--modules/mono/mono_gd/support/ios_support.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mono/mono_gd/support/ios_support.h b/modules/mono/mono_gd/support/ios_support.h
index 2f444d5089..03e86df698 100644
--- a/modules/mono/mono_gd/support/ios_support.h
+++ b/modules/mono/mono_gd/support/ios_support.h
@@ -31,7 +31,7 @@
#ifndef IOS_SUPPORT_H
#define IOS_SUPPORT_H
-#if defined(IPHONE_ENABLED)
+#if defined(IOS_ENABLED)
#include "core/string/ustring.h"
@@ -45,6 +45,6 @@ void cleanup();
} // namespace ios
} // namespace gdmono
-#endif // IPHONE_ENABLED
+#endif // IOS_ENABLED
#endif // IOS_SUPPORT_H