Checking for MS_WINDOWS rather than WIN32 is a Tor-ism. Fix that! {Backport}

svn:r1359
This commit is contained in:
Nick Mathewson 2009-07-17 20:27:54 +00:00
parent 0ae1851767
commit f5408f1d4d

View File

@ -411,7 +411,7 @@ int evdns_resolv_conf_parse(int flags, const char *const filename);
@return 0 if successful, or -1 if an error occurred
@see evdns_resolv_conf_parse()
*/
#ifdef MS_WINDOWS
#ifdef WIN32
int evdns_config_windows_nameservers(void);
#endif