initial commit
[rofl0r-KOL.git] / units / privileges / KOLPriv.dpr
bloba3b4add90d1b9fc178c89dffdd9af96d35d70059
1 { KOL MCK } // Do not remove this line!\r
2 program KOLPriv;\r
3 \r
4 uses\r
5 KOL,\r
6   Unit1 in 'Unit1.pas' {SvForm};\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 KOLPriv_0.inc} {$ELSE}\r
14   Application.Initialize;\r
15   Application.CreateForm(TSvForm, SvForm);\r
16   Application.Run;\r
18 {$ENDIF}\r
20 end.\r