[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tyndur-devel] [PATCH 1/4] Pascal-RTL: Unicode-Strings initialisieren
+ Pascal-RTL: system initialisiert den WideStringManager
---
src/modules/pas/lib/rtl/system.pas | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/modules/pas/lib/rtl/system.pas b/src/modules/pas/lib/rtl/system.pas
index 136c886..b9e1f6f 100644
--- a/src/modules/pas/lib/rtl/system.pas
+++ b/src/modules/pas/lib/rtl/system.pas
@@ -269,4 +269,6 @@ Begin
// IOError initialisieren
InOutRes := 0;
+
+ InitUnicodeStringManager;
End.
--
1.6.0.2