Przeglądaj źródła

* Use correct error number for missing widestring manager

Michaël Van Canneyt 1 rok temu
rodzic
commit
852cd355e4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      rtl/objpas/sysconst.pp

+ 1 - 1
rtl/objpas/sysconst.pp

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