Web: Fixed compilation of "CmdClient" example on Windows with the "cwstring" unit

This commit is contained in:
n7800 2026-02-20 22:35:01 +00:00 committed by Michael Van Canneyt
parent 1f2a5899e7
commit 6acc7f1c85

View File

@ -3,7 +3,10 @@ program cmdclient;
{$mode objfpc}{$H+}
uses
cwstring,Classes, SysUtils, CustApp, fphttpclient, db, bufdataset, XMLDatapacketReader;
{$IFDEF UNIX}
cwstring,
{$ENDIF}
Classes, SysUtils, CustApp, fphttpclient, db, bufdataset, XMLDatapacketReader;
type