Changeset 3 for trunk/ChronOS.lpr


Ignore:
Timestamp:
Nov 22, 2014, 11:50:49 PM (9 years ago)
Author:
chronos
Message:
  • Added: Application is executed as Task by Scheduler. OS threads is used for scheduler for efficient execution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChronOS.lpr

    r2 r3  
    44
    55uses
    6   {$IFDEF UNIX}{$IFDEF UseCThreads}
     6  {$IFDEF UNIX}
     7  //{$IFDEF UseCThreads}
    78  cthreads,
    8   {$ENDIF}{$ENDIF}
     9  //{$ENDIF}
     10  {$ENDIF}
    911  Interfaces, // this includes the LCL widgetset
    1012  Forms, UFormMain, UKernel, UFileSystem, UClock, UMemoryManager, UAPI,
    11 UPlatformBase, UList;
     13  UPlatformBase, UList;
    1214
    1315{$R *.res}
Note: See TracChangeset for help on using the changeset viewer.