Explorar o código

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

Pierre Muller hai 1 semana
pai
achega
496451ef15
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;