LazMapViewer: Fix usage of threads in demo project on Linux/Unix.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6828 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
26134ac4fc
commit
cadad7b0aa
@ -3,9 +3,7 @@ program MapViewer_Demo;
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
{$IFDEF UNIX}cthreads,{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, Main, gpslistform
|
||||
{ you can add units after this };
|
||||
|
Loading…
Reference in New Issue
Block a user