#include <windns.h>

  • Thread starter Thread starter rowansmith
  • Start date Start date
R

rowansmith

Guest
When I include this Microsoft .NET supplied header file in any program I get inundated with errors.

The first Error appears on line 45 which has:

typedef LONG DNS_STATUS, *PDNS_STATUS;

If I change the LONG to long, it works until the next error at line 50 which is:

typedef DWORD IP4_ADDRESS, *PIP4_ADDRESS;

Why does sthis happen in a standard included library?

Thanks.

-Rowan
 
Back
Top