* Use correct error number for missing widestring manager

This commit is contained in:
Michaël Van Canneyt 2024-02-20 14:32:45 +01:00
parent ad93958e5b
commit 852cd355e4

View File

@ -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;