initial commit
[rofl0r-KOL.git] / units / diucl / demos / ucl_streams_kol / UCL_Streams_KOL.dpr
blobb9b66ea4a5ffd0cf7c148ba29bdaace835ba8428
1 { KOL MCK }// Do not remove this line!\r
2 program UCL_Streams_KOL;\r
3 \r
4 uses\r
5 KOL,\r
6   UCL_Streams_KOL_Form in 'UCL_Streams_KOL_Form.pas' {Form1};\r
7 \r
8 {$R *.res}\r
9 \r
10 begin // PROGRAM START HERE -- Please do not remove this comment\r
12 {$IFDEF KOL_MCK} {$I UCL_Streams_KOL_0.inc} {$ELSE}\r
14   Application.Initialize;\r
15   Application.CreateForm(TForm1, Form1);\r
16   Application.Run;\r
18 {$ENDIF}\r
20 end.\r