diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/symbian/src/main_features.inl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/backends/platform/symbian/src/main_features.inl b/backends/platform/symbian/src/main_features.inl index 8a44d0edf2..f572ddb3dd 100644 --- a/backends/platform/symbian/src/main_features.inl +++ b/backends/platform/symbian/src/main_features.inl @@ -78,5 +78,16 @@ #ifndef DISABLE_CRUISE "Cruise " #endif +#ifndef DISABLE_MADE + "MADE " +#endif + +#ifndef DISABLE_M4 + "M4 " +#endif + + + + |