commit | 83ff75377706eee2033f8de0208be2a61de5fbc6 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Thu Jun 06 22:46:03 2019 +0200 |
committer | Jens Geyer <jensg@apache.org> | Fri Jun 07 22:26:55 2019 +0200 |
tree | b116174fad08475886ae5e4ad7f7a0da2022683f | |
parent | 47f6317336b2d8fbd1249a1a49aa561ee052719f [diff] [blame] |
THRIFT-4882 Autodetect proxy settings with WinHTTP Client: Delphi Patch: Jens Geyer
diff --git a/lib/delphi/src/Thrift.Utils.pas b/lib/delphi/src/Thrift.Utils.pas index 11c4f3e..ede2656 100644 --- a/lib/delphi/src/Thrift.Utils.pas +++ b/lib/delphi/src/Thrift.Utils.pas
@@ -93,6 +93,9 @@ end; +const + THRIFT_MIMETYPE = 'application/x-thrift'; + {$IFDEF Win64} function InterlockedExchangeAdd64( var Addend : Int64; Value : Int64) : Int64; {$ENDIF}