瀏覽代碼

* Use UnicodeString instead of Widestring, faster on windows (bug ID 29711)

git-svn-id: trunk@34502 -
michael 9 年之前
父節點
當前提交
47407a9c29
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/regexpr/src/regexpr.pas

+ 1 - 1
packages/regexpr/src/regexpr.pas

@@ -122,7 +122,7 @@ uses
 type
  {$IFDEF UniCode}
  PRegExprChar = PWideChar;
- RegExprString = WideString;
+ RegExprString = UnicodeString;
  REChar = WideChar;
  {$ELSE}
  PRegExprChar = PChar;