mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-25 04:48:22 +01:00
Web: Fixed compilation of "CmdClient" example on Windows with the "cwstring" unit
This commit is contained in:
parent
1f2a5899e7
commit
6acc7f1c85
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user