I'm trying to use the DnsServiceRegister
function (available in <windns.h>
per MSDN ) from a C++Builder app, compiled with C++Builder 11.3.
The <windns.h>
header that BCB ships with does not have the function included and the compilation fails.
Is there any way to use the newer header and the .lib
files that are provided by my external win sdk installation?