You've already forked lazarus-ccr
Use wst_types.pas instead of wst.inc and wst_delphi.inc
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@644 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -19,12 +19,9 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils,
|
||||
service_intf, imp_utils, base_service_intf,
|
||||
service_intf, imp_utils, base_service_intf, wst_types,
|
||||
IdHTTP;
|
||||
|
||||
{$INCLUDE wst.inc}
|
||||
{$INCLUDE wst_delphi.inc}
|
||||
|
||||
Const
|
||||
sTRANSPORT_NAME = 'HTTP';
|
||||
|
||||
@ -69,8 +66,6 @@ Type
|
||||
procedure INDY_RegisterHTTP_Transport();
|
||||
|
||||
implementation
|
||||
uses
|
||||
wst_types;
|
||||
|
||||
{ THTTPTransport }
|
||||
|
||||
|
@ -18,10 +18,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, TypInfo,
|
||||
{$IFNDEF FPC}xmldom, wst_delphi_xml{$ELSE}DOM{$ENDIF},
|
||||
base_service_intf, service_intf, imp_utils, base_soap_formatter;
|
||||
|
||||
{$INCLUDE wst.inc}
|
||||
{$INCLUDE wst_delphi.inc}
|
||||
wst_types, base_service_intf, service_intf, imp_utils, base_soap_formatter;
|
||||
|
||||
type
|
||||
|
||||
|
Reference in New Issue
Block a user