fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

Internet options for WinInet need to be defined for Delphi XE #20

Closed thatalextaylor closed 10 years ago

thatalextaylor commented 10 years ago

These constants are defined in Delphi XE2. Delphi XE gives the error: [DCC Error] HttpConnectionWinInet.pas(343): E2003 Undeclared identifier: 'INTERNET_OPTION_CLIENT_CERT_CONTEXT'

thatalextaylor commented 10 years ago

Ugh. Sorry, you just need the middle commit ( 5bcb8b9...). I didn't mean to include the revert for issue 17.