소스 검색

* Use correct error number for missing widestring manager

Michaël Van Canneyt 1 년 전
부모
커밋
852cd355e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;