소스 검색

Fix compilation of wviews unit on systems for which WinClipSupported macro is not defined

Pierre Muller 1 주 전
부모
커밋
496451ef15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ide/wviews.pas

+ 1 - 1
packages/ide/wviews.pas

@@ -304,8 +304,8 @@ uses Mouse,
 {     Resource,}
 {$ifdef WinClipSupported}
      WinClip,
-     FpConst,
 {$endif WinClipSupported}
+     FpConst,
      FVConsts,
      App,MsgBox,StdDlg,
      WConsts,WUtils;