瀏覽代碼

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;