mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 10:19:17 +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;
|
230 : Result:=SSafecallException;
|
||||||
231 : Result:=SExceptionStack;
|
231 : Result:=SExceptionStack;
|
||||||
232 : Result:=SNoThreadSupport;
|
232 : Result:=SNoThreadSupport;
|
||||||
233 : Result:=SMissingWStringManager;
|
234 : Result:=SMissingWStringManager;
|
||||||
235 : Result:=SNoDynLibsSupport;
|
235 : Result:=SNoDynLibsSupport;
|
||||||
|
|
||||||
255 : Result:=SFallbackError;
|
255 : Result:=SFallbackError;
|
||||||
|
Loading…
Reference in New Issue
Block a user