You've already forked lazarus-ccr
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:
@ -34,7 +34,10 @@ unit VpCalendar;
|
||||
interface
|
||||
|
||||
uses
|
||||
{$IFDEF LCL} windows,
|
||||
{$IFDEF LCL}
|
||||
{$IFDEF WINDOWS}
|
||||
Windows,
|
||||
{$ENDIF}
|
||||
LMessages, LCLProc, LCLType, LCLIntf, LazUTF8,
|
||||
{$ELSE}
|
||||
Windows,
|
||||
|
@ -26,7 +26,7 @@
|
||||
{* *}
|
||||
{* ***** END LICENSE BLOCK ***** *}
|
||||
|
||||
{$I Vp.INC}
|
||||
{$I vp.inc}
|
||||
|
||||
unit VpEdElem;
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
{* ***** END LICENSE BLOCK ***** *}
|
||||
|
||||
{$I Vp.INC} { Compiler Version Defines }
|
||||
{$R VpREG.RES} { Palette Glyphs }
|
||||
{$R vpreg.res} { Palette Glyphs }
|
||||
|
||||
unit VpReg;
|
||||
{Registration unit for the Visual PlanIt design-time interface}
|
||||
|
@ -35,7 +35,7 @@ unit VpSR;
|
||||
|
||||
interface
|
||||
|
||||
{$I VpSR.INC}
|
||||
{$I vpsr.inc}
|
||||
|
||||
type
|
||||
{ For acquiring the labels that go with each telephone field }
|
||||
|
Reference in New Issue
Block a user