Quellcode durchsuchen

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

Pierre Muller vor 1 Woche
Ursprung
Commit
496451ef15
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;