mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
Checking for MS_WINDOWS rather than WIN32 is a Tor-ism. Fix that! {Backport}
svn:r1359
This commit is contained in:
parent
0ae1851767
commit
f5408f1d4d
2
evdns.h
2
evdns.h
@ -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
|
@return 0 if successful, or -1 if an error occurred
|
||||||
@see evdns_resolv_conf_parse()
|
@see evdns_resolv_conf_parse()
|
||||||
*/
|
*/
|
||||||
#ifdef MS_WINDOWS
|
#ifdef WIN32
|
||||||
int evdns_config_windows_nameservers(void);
|
int evdns_config_windows_nameservers(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user