From 7560950d6efd9e209b8d7188e1a95ceb53035889 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 3 Aug 2009 09:32:08 +0200 Subject: [PATCH] Fix typo in last commit. --- lib/gethostname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gethostname.c b/lib/gethostname.c index 6259deba2..df0bd16e8 100644 --- a/lib/gethostname.c +++ b/lib/gethostname.c @@ -64,7 +64,7 @@ gethostname (char *name, size_t len) - gethostname() requires linking with -lws2_32. - GetComputerName() does not return the right kind of hostname. - GetComputerNameEx(ComputerNameDnsHostname,...) returns the right hostname, - but it hard to use portably: + but it is hard to use portably: - It requires defining _WIN32_WINNT to at least 0x0500. - With mingw, it also requires "#define GetComputerNameEx GetComputerNameExA". -- 2.11.0