Changeset 19 for trunk/tunneler.lpr


Ignore:
Timestamp:
Sep 27, 2011, 10:16:41 PM (13 years ago)
Author:
george
Message:
  • Added: Helping threading unit.
  • Added: Now drawing and engine handling are executed in separated thread.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tunneler.lpr

    r18 r19  
    44
    55uses
     6  {$DEFINE UseCThreads}
    67  {$IFDEF UNIX}{$IFDEF UseCThreads}
    78  cthreads,
     
    910  Interfaces, // this includes the LCL widgetset
    1011  Forms, UMainForm, UCore, TemplateGenerics, UMapForm, UPlatform,
    11   UApplicationInfo, URectangle, UPersistentForm, URegistry
     12  UApplicationInfo, URectangle, UPersistentForm, URegistry, UThreading
    1213  { you can add units after this };
    1314
Note: See TracChangeset for help on using the changeset viewer.