瀏覽代碼

* fix for missing initialization of widestring manager by Giulio Bernardi

git-svn-id: trunk@10797 -
Tomas Hajny 17 年之前
父節點
當前提交
d86bc53b0c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      rtl/go32v2/system.pp

+ 1 - 0
rtl/go32v2/system.pp

@@ -667,4 +667,5 @@ Begin
   InstallDefaultHandlers;
 {$endif  EXCEPTIONS_IN_SYSTEM}
   initvariantmanager;
+  initwidestringmanager;
 End.