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:
wp_xxyyzz 2019-03-06 06:11:46 +00:00
parent 26134ac4fc
commit cadad7b0aa

View File

@ -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 };