Browse Source

Removed winlikewidestrings from symbian

git-svn-id: trunk@7969 -
sekelsenmat 18 years ago
parent
commit
6096874424
1 changed files with 1 additions and 2 deletions
  1. 1 2
      compiler/systems/i_symbian.pas

+ 1 - 2
compiler/systems/i_symbian.pas

@@ -34,8 +34,7 @@ unit i_symbian;
             name         : 'Symbian OS for i386';
             shortname    : 'Symbian';
             flags        : [tf_files_case_aware, tf_has_dllscanner,
-                            tf_use_function_relative_addresses,
-                            tf_winlikewidestring];
+                            tf_use_function_relative_addresses];
             cpu          : cpu_i386;
             unit_env     : 'SYMBIANUNITS';
             extradefines : 'SYMBIAN';