Browse Source

* Use correct error number for missing widestring manager

Michaël Van Canneyt 1 year ago
parent
commit
852cd355e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/objpas/sysconst.pp

+ 1 - 1
rtl/objpas/sysconst.pp

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