@@ -25,8 +25,11 @@ interface
{$MODE objfpc}
{$MODESWITCH OUT}
-{ force ansistrings }
+{$IFDEF UNICODERTL}
+{$MODESWITCH UNICODESTRINGS}
+{$ELSE}
{$H+}
+{$ENDIF}
{$modeswitch typehelpers}
{$modeswitch advancedrecords}
@@ -19,8 +19,11 @@ interface
@@ -15,7 +15,12 @@
+
unit sysutils;
interface
@@ -15,7 +15,11 @@
@@ -26,8 +26,11 @@ interface
@@ -20,9 +20,12 @@ unit sysutils;
-{$MODESWITCH out}
+{$MODESWITCH OUT}
@@ -21,9 +21,12 @@ unit sysutils;
-{$modeswitch out}
{$hugecode on}
@@ -18,8 +18,11 @@ interface
@@ -18,7 +18,11 @@ interface
-{$H+} // will result in unicode string in unicode RTL
+{$H+}
@@ -19,9 +19,12 @@ unit sysutils;