소스 검색

Do not call initunicodestringmanager if unicodestrings feature is disabled

git-svn-id: trunk@36110 -
pierre 8 년 전
부모
커밋
579b8dafd2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      rtl/msdos/system.pp

+ 2 - 0
rtl/msdos/system.pp

@@ -554,7 +554,9 @@ begin
 { Setup heap }
   InitDosHeap;
   SysInitExceptions;
+{$ifdef FPC_HAS_FEATURE_UNICODESTRINGS}
   initunicodestringmanager;
+{$endif def FPC_HAS_FEATURE_UNICODESTRINGS}
 { Setup stdin, stdout and stderr }
   SysInitStdIO;
 { Setup environment and arguments }