While back porting ngx_resolver changes by Ruslan Ermilov I get these errors:
error C2039: 'type' : is not a member of 'ngx_resolver_ctx_s'
error C2440: '=' : cannot convert from 'ngx_addr_t' to 'ULONG'
Has this been intentional or did a glitch happened throughout the changes ?