Browse Source

* bootstrapping fix

git-svn-id: branches/unicodestring@11695 -
florian 17 years ago
parent
commit
85dc164f5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/wstring22h.inc

+ 1 - 1
rtl/inc/wstring22h.inc

@@ -77,7 +77,7 @@ Type
     ThreadInitProc : procedure;
     ThreadInitProc : procedure;
     ThreadFiniProc : procedure;
     ThreadFiniProc : procedure;
   end;
   end;
-
+  TUnicodeStringManager = TWideStringManager;
 
 
 function UnicodeToUtf8(Dest: PChar; Source: PWideChar; MaxBytes: SizeInt): SizeInt;{$ifdef SYSTEMINLINE}inline;{$endif}
 function UnicodeToUtf8(Dest: PChar; Source: PWideChar; MaxBytes: SizeInt): SizeInt;{$ifdef SYSTEMINLINE}inline;{$endif}
 function UnicodeToUtf8(Dest: PChar; MaxDestBytes: SizeUInt; Source: PWideChar; SourceChars: SizeUInt): SizeUInt;
 function UnicodeToUtf8(Dest: PChar; MaxDestBytes: SizeUInt; Source: PWideChar; SourceChars: SizeUInt): SizeUInt;