diff --git a/wst/trunk/indy_http_protocol.pas b/wst/trunk/indy_http_protocol.pas index 947e7e666..ace8c5d3d 100644 --- a/wst/trunk/indy_http_protocol.pas +++ b/wst/trunk/indy_http_protocol.pas @@ -22,14 +22,14 @@ uses service_intf, imp_utils, base_service_intf, wst_types, client_utils, IdGlobal, IdHTTP, IdCookie; +Const + sTRANSPORT_NAME = 'HTTP'; + {$UNDEF COOKIE_NAME_FIRST} {$IF Declared(gsIdVersionMajor)} {$DEFINE COOKIE_NAME_FIRST} {$IFEND} -Const - sTRANSPORT_NAME = 'HTTP'; - Type { TIndyCookieManager }