mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 16:19:28 +02:00
* Use correct error number for missing widestring manager
This commit is contained in:
parent
ad93958e5b
commit
852cd355e4
@ -247,7 +247,7 @@ begin
|
||||
230 : Result:=SSafecallException;
|
||||
231 : Result:=SExceptionStack;
|
||||
232 : Result:=SNoThreadSupport;
|
||||
233 : Result:=SMissingWStringManager;
|
||||
234 : Result:=SMissingWStringManager;
|
||||
235 : Result:=SNoDynLibsSupport;
|
||||
|
||||
255 : Result:=SFallbackError;
|
||||
|
Loading…
Reference in New Issue
Block a user