Make pas2jni use cthreads on Unices

This commit is contained in:
suve 2022-03-16 23:01:09 +01:00 committed by Michael Van Canneyt
parent f5de329076
commit a68884f750

View File

@ -22,7 +22,9 @@
{$mode objfpc}{$H+}
program pas2jni;
uses SysUtils, Classes, writer, ppuparser;
uses
{$IFDEF UNIX}cthreads,{$ENDIF}
SysUtils, Classes, writer, ppuparser;
var
w: TWriter;