I'm trying to update Indy on my fresh Windows 10 / Delphi 2007 installation. I've download the sources from the official github mirror.
But when i try to compile IndySystem110.bpl, i get lot of errors :
[DCC Error] IdGlobal.pas(2926): E2003 Undeclared identifier: 'TCPInfoEx'
[DCC Error] IdGlobal.pas(2943): E2003 Undeclared identifier: 'GetCPInfoEx'
[DCC Error] IdGlobal.pas(2957): E2066 Missing operator or semicolon
[DCC Error] IdGlobal.pas(2958): E2066 Missing operator or semicolon
[DCC Error] IdGlobal.pas(8471): E2280 Unterminated conditional directive
Maybe i download the wrong source ? What should i do ?
Thanks