tvplanit: fix compile on linux

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4789 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2016-06-21 11:59:37 +00:00
parent 866f9db96a
commit 3f932e5eb6
4 changed files with 7 additions and 4 deletions

View File

@ -34,7 +34,10 @@ unit VpCalendar;
interface interface
uses uses
{$IFDEF LCL} windows, {$IFDEF LCL}
{$IFDEF WINDOWS}
Windows,
{$ENDIF}
LMessages, LCLProc, LCLType, LCLIntf, LazUTF8, LMessages, LCLProc, LCLType, LCLIntf, LazUTF8,
{$ELSE} {$ELSE}
Windows, Windows,

View File

@ -26,7 +26,7 @@
{* *} {* *}
{* ***** END LICENSE BLOCK ***** *} {* ***** END LICENSE BLOCK ***** *}
{$I Vp.INC} {$I vp.inc}
unit VpEdElem; unit VpEdElem;

View File

@ -27,7 +27,7 @@
{* ***** END LICENSE BLOCK ***** *} {* ***** END LICENSE BLOCK ***** *}
{$I Vp.INC} { Compiler Version Defines } {$I Vp.INC} { Compiler Version Defines }
{$R VpREG.RES} { Palette Glyphs } {$R vpreg.res} { Palette Glyphs }
unit VpReg; unit VpReg;
{Registration unit for the Visual PlanIt design-time interface} {Registration unit for the Visual PlanIt design-time interface}

View File

@ -35,7 +35,7 @@ unit VpSR;
interface interface
{$I VpSR.INC} {$I vpsr.inc}
type type
{ For acquiring the labels that go with each telephone field } { For acquiring the labels that go with each telephone field }