mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 12:19:18 +02:00
* fixed compilation with 1.0.10
This commit is contained in:
parent
6f17e37fe4
commit
ed174f891c
@ -994,6 +994,8 @@ end;
|
||||
Target Dependent WideString stuff
|
||||
****************************************************************************}
|
||||
|
||||
{$ifdef HASWIDESTRING}
|
||||
|
||||
function Win32CompareWideString(const s1, s2 : WideString) : PtrInt;
|
||||
begin
|
||||
SetLastError(0);
|
||||
@ -1022,9 +1024,13 @@ procedure InitWin32Widestrings;
|
||||
widestringmanager.CompareTextWideStringProc:=@Win32CompareTextWideString;
|
||||
end;
|
||||
|
||||
{$endif HASWIDESTRING}
|
||||
|
||||
|
||||
Initialization
|
||||
{$ifdef HASWIDESTRING}
|
||||
InitWin32Widestrings;
|
||||
{$endif HASWIDESTRING}
|
||||
InitExceptions; { Initialize exceptions. OS independent }
|
||||
InitInternational; { Initialize internationalization settings }
|
||||
LoadVersionInfo;
|
||||
@ -1039,7 +1045,10 @@ Finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.42 2005-02-26 20:43:52 florian
|
||||
Revision 1.43 2005-03-02 21:10:08 florian
|
||||
* fixed compilation with 1.0.10
|
||||
|
||||
Revision 1.42 2005/02/26 20:43:52 florian
|
||||
+ WideCompareString and WideCompareText for win32 implemented
|
||||
|
||||
Revision 1.41 2005/02/26 14:38:14 florian
|
||||
|
Loading…
Reference in New Issue
Block a user