Trying to fix CLUT repaint.
This commit is contained in:
@@ -6,11 +6,15 @@ uses
|
||||
{$IFDEF UNIX}
|
||||
cthreads, cmem,
|
||||
{$ENDIF}
|
||||
Forms, umain, Interfaces;
|
||||
Forms, umain, Interfaces,
|
||||
Windows;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
AllocConsole; // in Windows unit
|
||||
IsConsole := True; // in System unit
|
||||
SysInitStdIO; // in System unit
|
||||
RequireDerivedFormResource := True;
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TfrmMain, frmMain);
|
||||
|
||||
Reference in New Issue
Block a user