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
|
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,
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
{* *}
|
{* *}
|
||||||
{* ***** END LICENSE BLOCK ***** *}
|
{* ***** END LICENSE BLOCK ***** *}
|
||||||
|
|
||||||
{$I Vp.INC}
|
{$I vp.inc}
|
||||||
|
|
||||||
unit VpEdElem;
|
unit VpEdElem;
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
@ -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 }
|
||||||
|
Reference in New Issue
Block a user